Libraries tagged by phpunit7
ta-tikoma/phpunit-architecture-test
72700161 Downloads
Methods for testing application architecture
spatie/phpunit-snapshot-assertions
21573965 Downloads
Snapshot testing with PHPUnit
phpstan/phpstan-phpunit
124437783 Downloads
PHPUnit extensions and rules for PHPStan
johnkary/phpunit-speedtrap
40262256 Downloads
Find and report on slow tests in your PHPUnit test suite
dg/bypass-finals
31839577 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
shipmonk/dead-code-detector
5398484 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
codeception/stub
85404306 Downloads
Flexible Stub wrapper for PHPUnit's Mock Builder
spatie/phpunit-watcher
10613561 Downloads
Automatically rerun PHPUnit tests when source code changes
phpspec/prophecy-phpunit
62935714 Downloads
Integrating the Prophecy mocking library in PHPUnit test cases
php-mock/php-mock-phpunit
9565075 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.
ergebnis/phpunit-slow-test-detector
12105855 Downloads
Provides facilities for detecting slow tests in phpunit/phpunit.
dms/phpunit-arraysubset-asserts
30484736 Downloads
This package provides ArraySubset and related asserts once deprecated in PHPUnit 8
codedungeon/phpunit-result-printer
9084708 Downloads
PHPUnit Pretty Result Printer
codeception/phpunit-wrapper
58194447 Downloads
PHPUnit classes used by Codeception
zenstruck/assert
19199274 Downloads
Standalone, lightweight, framework agnostic, test assertion library.