Libraries tagged by PHP Unit
johnkary/phpunit-speedtrap
30551118 Downloads
Find and report on slow tests in your PHPUnit test suite
infection/infection
15595688 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
59047414 Downloads
Flexible Stub wrapper for PHPUnit's Mock Builder
yoast/phpunit-polyfills
22444708 Downloads
Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
ta-tikoma/phpunit-architecture-test
12302187 Downloads
Methods for testing application architecture
spatie/phpunit-watcher
6004912 Downloads
Automatically rerun PHPUnit tests when source code changes
spatie/phpunit-snapshot-assertions
9808779 Downloads
Snapshot testing with PHPUnit
phpunit/phpunit-selenium
10291709 Downloads
Selenium Server integration for PHPUnit
phpspec/prophecy-phpunit
34182520 Downloads
Integrating the Prophecy mocking library in PHPUnit test cases
dms/phpunit-arraysubset-asserts
19883621 Downloads
This package provides ArraySubset and related asserts once deprecated in PHPUnit 8
codedungeon/phpunit-result-printer
8045077 Downloads
PHPUnit Pretty Result Printer
codeception/phpunit-wrapper
48956699 Downloads
PHPUnit classes used by Codeception
nette/tester
5479946 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
dg/bypass-finals
15056256 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
lchrusciel/api-test-case
4039539 Downloads
Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.