42
Technology

PHPUnit

PHPUnit is a framework written in PHP for testing code written in PHP. PHPUnit is suitable for unit tests, functional tests or integration tests. PHPUnit was released in 2004 by Sebastian Bergmann and is based on the xUnit concept, which is also used in JUnit for Java. The coverage of the tested code can be shown.