PHPUnit is a programmer-oriented testing framework for PHP.
Sorry for another 'phpunit doesn't work' question. It used to work for years now. Today I reinstalled PEAR and phpunit …
phpunitI would like to downgrade my installation of PHPUnit 3.4 to 3.3. I'm just not sure how to do it. How do …
php phpunit pearI am currently going to start from scratch with the phpunit tests for a project. So I was looking into …
php phpunit... not knowing if 'mock' is the right word. Anyway, I have an inherited code-base that I'm trying to write some …
php phpunitAny one know how to use Selenium 2 with Phpunit? Are there any Selenium 2 samples in PHP?
php selenium phpunit selenium-webdriverI've got a fresh copy of PHPUnit installed on my system (Ubuntu 11), but whenever I type phpunit in the console …
ubuntu phpunit pearI have the following test case: include_once('../Logger.php'); class LoggerTest extends PHPUnit_Framework_TestCase { public function providerLogger() { …
php unit-testing phpunit dataproviderI would like to know how to write PHPUnit tests with Zend_Test and in general with PHP.
php unit-testing zend-framework testing phpunitFirst up, where my knowledge is at: Unit Tests are those which test a small piece of code (single methods, …
unit-testing api rest phpunit integration-testingIs there any integration of PHPUnit with Eclipse PDT? If not, are there any plans to do so?
eclipse phpunit eclipse-pdt