Resolved! I uninstalled phpunit from pear and then reinstalled it again.I believe I was using the wrong/old/not enough sources before installing.Works like a charm!
h开发者_运维知识库aving problems here getting phpUnderControl running on my Windows 7 machine, been searching all over the net for answers but documentation to many of the problems is just really bad.
In my TDD project I am trying to test a method in an abstract class. abstract class Database_Mapper_Abstract
When a PHPUnit test fails normally on my dev box (Linux Mint), it causes a \"Segmentation Fault\" on my Continous Integration box (Centos). Both machines are running the same version of PHPUnit. My de
I\'ve created a mail wrapper class. I know that there are lots of libraries to send e-mails but i want to learn TDD... So, I\'ve created some tests and i have some code. Now I can set the email addres
So I want to get PHUnit up so I can run selenium server, but I\'ve come to that sad realization that this will likely never happen for me.I have tried it with numerous different versions of WAMP and X
I am setting up some db integration testing using Zend_Test_PHPUnit_DatabaseTestCase. My tests run but the db tables do not get truncated so an add test fails assertion - as the xml I provide as a da
I\'ve recently been given the task of getting our system set up for unit testing b开发者_如何学Pythonut there\'s one problem I\'m having. The example at http://sebastian-bergmann.de/archives/885-Stubb
I want to test a protected method which is inside a controller: class AuthenticateController extends Zend_Controller_Action
I am looking for a (small) library that helps me cleanly implement a front controller for my pet project and dispatches requests to single controller classes. The front controller/dispatcher and contr