|
|
|
|
|
|
193
|
*Libraries for testing codebases and generating test data.*
|
193
|
*Libraries for testing codebases and generating test data.*
|
|
194
|
|
194
|
|
|
195
|
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
195
|
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
|
|
|
196
|
+* [DBUnit](https://github.com/sebastianbergmann/dbunit) - A database testing library for PHPUnit.
|
|
196
|
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
|
197
|
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
|
|
197
|
* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
|
198
|
* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
|
|
198
|
* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
|
199
|
* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
|