Libraries tagged by phpu
mnapoli/phpunit-easymock
64595 Downloads
Helpers to build PHPUnit mocks
meyfa/phpunit-assert-gd
522795 Downloads
PHPUnit matcher/assertions for GD image resources
matthiasnoback/phpunit-asynchronicity
168352 Downloads
Library for asserting things that happen asynchronously with PHPUnit
lstrojny/phpunit-function-mocker
335876 Downloads
Allows mocking otherwise untestable PHP functions through the use of namespaces
lloople/phpunit-extensions
160929 Downloads
📦 Some cool extensions for PHPUnit
ghostwriter/psr-phpunit-assertions
98546 Downloads
PHPUnit assertions for PSR-compliant components, implemented as reusable traits.
fiunchinho/phpunit-randomizer
743595 Downloads
Execute your test cases in random order, so you can check if they have hidden dependencies
etsy/phpunit-extensions
170305 Downloads
Etsy PHPUnit Extensions
esi/phpunit-coverage-check
81289 Downloads
Check the code coverage using the clover report of PHPUnit.
digitalrevolution/phpunit-file-coverage-inspection
120165 Downloads
Configurable phpunit file coverage inspection
bshaffer/phpunit-retry-annotations
455644 Downloads
Traits for retrying test methods and classes in PHPUnit
amphp/phpunit-util
587770 Downloads
Helper package to ease testing with PHPUnit.
aik099/phpunit-mink
134417 Downloads
Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
phpunit/phpunit-story
1905015 Downloads
Story extension for PHPUnit to facilitate Behaviour-Driven Development.
oliverklee/phpunit
346796 Downloads
PHPUnit test runner for TYPO3