Libraries tagged by unit-testing
expect/expect
8672 Downloads
Expectation library for unit testing
pyrsmk/minisuite
60 Downloads
Micro unit testing framework
lastcraft/simpletest
21880 Downloads
Unit testing, mock objects and web testing framework for PHP built around test cases.
aspirantzhang/thinkphp6-unit-test
752 Downloads
A simple tool for unit testing with PHPUnit and ThinkPHP 6
ogbitblt/unit-testing
4 Downloads
Lightweight minimal unit testing framework for PHP based projects.
lucasmelocvl/laravel-model-unit-testing
0 Downloads
Artisan command to automatically generate and merge structural unit tests for all Laravel Eloquent models.
zondor/codeception-paracept-json-merge
751 Downloads
Codeception json reports merge for parallel run, can merge json reports into one , can generate html reports
webimp/codeception-performance-test
1190 Downloads
Codeception Extension to measure the performance of your tests
voral/mock-builder
45 Downloads
A PHP utility to generate mock classes by processing source code, leaving only public methods and clearing their bodies. Supports PSR-4 and is ideal for testing complex systems without Dependency Injection.
victory4me/codeception
14 Downloads
BDD-style testing framework
tomkyle/find-run-test
1958 Downloads
Find and run the PHPUnit test for a single changed PHP class file, most useful when watching the filesystem
tiny/dbunit
8 Downloads
Enhances database testing with SQLite in-memory engine.
suin/livexample
170 Downloads
Ensures your example codes works well by unit testing.
stratedge/wye
5292 Downloads
A library that makes unit testing database-driven code in PHP a breeze. Mock the native PDO class, define query results, and inspect executed statements.
sitphp/doubles
143 Downloads
A simple yet powerful library to make class doubles for testing