Libraries tagged by PHP Unit
ta-tikoma/phpunit-architecture-test
60458897 Downloads
Methods for testing application architecture
spatie/phpunit-snapshot-assertions
20066075 Downloads
Snapshot testing with PHPUnit
phpstan/phpstan-phpunit
114944075 Downloads
PHPUnit extensions and rules for PHPStan
johnkary/phpunit-speedtrap
39143715 Downloads
Find and report on slow tests in your PHPUnit test suite
phpunit/phpunit-mock-objects
209611144 Downloads
Mock Object library for PHPUnit
laravel/pao
5217969 Downloads
Agent-optimized output for PHP testing tools
dg/bypass-finals
29648864 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
pestphp/pest-plugin-profanity
19849372 Downloads
The Pest Profanity Plugin
pestphp/pest-plugin-laravel
56721183 Downloads
The Pest Laravel Plugin
infection/infection
29352595 Downloads
Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.
codeception/stub
82478350 Downloads
Flexible Stub wrapper for PHPUnit's Mock Builder
php-mock/php-mock-phpunit
9056549 Downloads
Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.
spatie/phpunit-watcher
10102989 Downloads
Automatically rerun PHPUnit tests when source code changes
phpspec/prophecy-phpunit
59860627 Downloads
Integrating the Prophecy mocking library in PHPUnit test cases
ergebnis/phpunit-slow-test-detector
10212024 Downloads
Provides facilities for detecting slow tests in phpunit/phpunit.