Libraries tagged by unit testing
jdslv/atoum-xml-extension
198 Downloads
The atoum xml extension allows you to make assertions on XML files
jdslv/atoum-json-extension
5 Downloads
The atoum json extension allows you to make assertions on JSON
jced-artem/uopz
1089 Downloads
Wrapper for php uopz library's functions. Useful for unit testing for changing function's behavior in runtime
janvoracek/phew
6 Downloads
BDD-style unit testing framework
jamm/tester
32 Downloads
Unit-testing module (better than PHPUnit)
inventor96/fatfree-test-manager
38 Downloads
A lightweight class to run and report the results from unit tests using the Fat-Free Framework Test class.
in4s/utest
21 Downloads
PHP Unit Testing Class
ilune/simpletest
604 Downloads
It's a framework for unit testing, web site testing and mock objects for PHP 5.0.5+
guiqibusixin/phpunit
4 Downloads
The PHP Unit Testing framework.
grummfy/atoum-ide-helper-extension
20 Downloads
IDE helper extension for atoum, that add several usefull tools
glpi-project/atoum
340 Downloads
Simple modern and intuitive unit testing framework for PHP 5.3+
gealex/doublit
79 Downloads
Doublit : A simple tool to test your class dependencies in PhpUnit
flame/tester
495 Downloads
An easy-to-use PHP Unit Testing framework.
ervinne/phpunit
15 Downloads
The PHP Unit Testing framework.
elmpp/mockery
33 Downloads
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.