Libraries tagged by unittesting
guiqibusixin/phpunit
4 Downloads
The PHP Unit Testing framework.
gone.io/testing
457 Downloads
Unit testing toolkit
gcds/php-wrappers
6 Downloads
PHP Function Wrappers for unit testing
garyjl/simpletest
31 Downloads
Unit testing, mock objects and web testing framework for PHP built around test cases.
forevermatt/readable-unit-tests-php
7 Downloads
A Gherkin-based PHP unit-testing framework
floor9design/testing-tools
3810 Downloads
Classes to help with unit testing
flame/tester
495 Downloads
An easy-to-use PHP Unit Testing framework.
f2/asserty
33 Downloads
Unit testing for lazy people
expect/expect
8660 Downloads
Expectation library for unit testing
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.
eddiejibson/sido
33 Downloads
Simplistic PHP unit testing library
dogmatic69/phpunit
36 Downloads
The PHP Unit Testing framework.
dhii/simple-test
33 Downloads
A simple unit testing framework, for inclusion with other tools.
degaray/mock-soapclient
385 Downloads
This class is used to overwrite the functionality of the soapclient. It is very usefull when mocking objects expected from soap calls to web sevices in unit testing.