Top "Phpunit" questions

PHPUnit is a programmer-oriented testing framework for PHP.

PHPUnit - does nothing, no errors, no output

Sorry for another 'phpunit doesn't work' question. It used to work for years now. Today I reinstalled PEAR and phpunit …

phpunit
How to install an older version of PHPUnit through PEAR?

I 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 pear
PHPUnit best practices to organize tests

I am currently going to start from scratch with the phpunit tests for a project. So I was looking into …

php phpunit
Can I "Mock" time in PHPUnit?

... not knowing if 'mock' is the right word. Anyway, I have an inherited code-base that I'm trying to write some …

php phpunit
Selenium 2 (WebDriver) and Phpunit?

Any one know how to use Selenium 2 with Phpunit? Are there any Selenium 2 samples in PHP?

php selenium phpunit selenium-webdriver
Call to undefined method PHP_CodeCoverage_Filter::getInstance()

I've got a fresh copy of PHPUnit installed on my system (Ubuntu 11), but whenever I type phpunit in the console …

ubuntu phpunit pear
Problem with PHPUnit and Data Providers

I have the following test case: include_once('../Logger.php'); class LoggerTest extends PHPUnit_Framework_TestCase { public function providerLogger() { …

php unit-testing phpunit dataprovider
How do I use PHPUnit with Zend Framework?

I would like to know how to write PHPUnit tests with Zend_Test and in general with PHP.

php unit-testing zend-framework testing phpunit
How are integration tests written for interacting with external API?

First 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-testing
Eclipse PDT & PHPUnit?

Is there any integration of PHPUnit with Eclipse PDT? If not, are there any plans to do so?

eclipse phpunit eclipse-pdt