phpunit-extension
There are 31 repositories under phpunit-extension topic.
rdohms/phpunit-arraysubset-asserts
Provides assertArraySubset for use in PHPunit
fiunchinho/phpunit-randomizer
A PHPUnit extension that allows you to execute your test cases in a random order
rybakit/phpunit-extras
Custom annotations and expectations for PHPUnit.
jakzal/phpunit-globals
Allows to use attributes to define global variables in PHPUnit test cases
mnapoli/phpunit-easymock
Build PHPUnit mocks easily
zumba/mongounit
PHPUnit extension that enables MongoDB data fixtures for test cases.
VladaHejda/PhpUnitAssertException
Assert exception/throwable/error PHPUnit trait
123inkt/accessorpair-constraint
PHPUnit AccessorPair constraint
PhrozenByte/phpunit-array-asserts
Provides various array-related PHPUnit assertions, primarily used for API testing.
NexusPHP/tachycardia
:runner: Detects slow running tests in your PHPUnit-driven test suites.
theodo/phpunit-extra
Improve the performance of your PHPUnit test suite
hrodic/php-integration-testing
Simple integration testing library in PHP for databases and other common infrastructure related tests.
RobertOstermann/vscode-phpunit-extended
A Visual Studio Code extension to provide additional PHPUnit functionality.
danilopolani/vscode-yet-another-phpunit
Yet Another PHPUnit extension for VSCode, but with superpowers!
brettmc/eloqunit
An eloquent-based database testing library for phpunit
cspray/database-testing-phpunit
A testing extension for cspray/database-testing to setup a database for testing with PHPUnit
suin/livexample
đź’Ż Ensures your example codes works well by unit testing.
thenlabs/pyramidal-tests
A complementary framework for PHPUnit that focuses on simplicity, reusability, and storytelling.
tarantool-php/phpunit-extras
A collection of helpers for PHPUnit to ease testing Tarantool libraries.
PhrozenByte/phpunit-throwable-asserts
Provides various Throwable-related PHPUnit assertions.
esler/phpunit-graceful-interrupt
Allow gracefully interrupt running PHPUnit tests
HypeMC/phpunit-function-mock
Provides a simple way to mock built-in PHP functions in PHPUnit tests
qa-tools/phpunit-extension
PHPUnit extension for integration with QA-Tools
battis/phpunit-extensions
Extensions for PHPUnit
JaWitold/phpunit-service-factory-trait
phpunit-service-factory is a lightweight and reusable PHPUnit trait that simplifies the creation and injection of services in your unit tests. Designed for modern PHP applications, this trait helps you quickly bootstrap services—either from your service container or through manual instantiation—without repetitive boilerplate code.
pawel-slowik/phpunit-phpstorm-issue-logging
Issue logging for PHPUnit tests in PhpStorm
phoenixrvd/phpunit-data-provider-yaml
Magic helper to autoload YAML, JSON or PHP files for data providers in PHPUnit.
potherca-blog/phpunit-mock-function
Trait that allows mocking functions in PhpUnit testcase.
Slamdunk/phpunit-extensions
Extensions for PHPUnit
weirdan/phpunit-appveyor-reporter
PHPUnit reporter that logs test results to AppVeyor test tab in real time