Libraries tagged by unit-tests
f3ath/lazypdo
44964 Downloads
LazyPDO is a wrapper over PHP's standard PDO class. It postpones the instantiation of the original PDO class until one is really needed. Also it can be (un)serialized.
dekeysoft/pu-tester
832 Downloads
BDD extension for PHPUnit that allows to write tests as a specifications in a human-readable format.
xalaida/pdo-mock
3 Downloads
Library for mocking database interactions in unit tests.
whatthejeff/fab-phpunit-resultprinter
8801 Downloads
Make your unit tests fabulous!
trismegiste/phpunit-assert-solid
14630 Downloads
Assert your SOLID compliance and coding good pratices in unit tests
thomyl/laravel-auto-test-generator
380 Downloads
Laravel >=6 package for generating unit test automatically
test-db-acle/test-db-acle
333 Downloads
Framework for very lightweight setting up of database test data for unit tests
superreal/srunit
1160 Downloads
Library containing environment especially for writing unit tests for OXID modules.
sonrac/silex-functional-tests-coverage
5983 Downloads
Add unit tests for functional tests for best coverage
phing/task-coverage
85477 Downloads
coverage database tasks which can be used to gather code coverage information for unit tests.
petrp/access
3866 Downloads
Access - Tool for access to private and protected members of object. It's handy for unit tests.
pagely/http-mock
139317 Downloads
Mock HTTP requests on the server side in your PHP unit tests, PSR/7 Fork of internations version
leofranca47/abstract-repository-eloquent-laravel
530 Downloads
Essa é uma classe php onde tem métodos que podem ser chamados igual no Eloquent. Serve para criar repositórios e facilitar os testes unitários sem perder o poder do Eloquent - This is a php class where it has methods that can be called equal in Eloquent. It serves to create responses and facilitate unit tests without losing the power of the Eloquent
lapistano/wsunit
18 Downloads
A PHPUnit extension providing the possibility to lift a unit test to a functional tes, just by configuration
intellow/make-route-for-laravel
232 Downloads
Adds a php artisan make:route command. This scaffolds the route in web.php, controller, and even generates a unit test