seec/phpunit-consecutive-params
Bring back PHPUnit’s removed withConsecutive behavior. This lightweight dev helper provides a drop-in replacement via a trait, letting you assert different parameter sets across consecutive mock calls using ->with(...$this->withConsecutive(...)).
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| digitalrevolution/phpunit-extensions | 0.85 | — | 3 | 3 | 2 | 3K | 1 | 21.7 | 45.2 | MIT | 3 months ago | |
| graham-campbell/testbench-core | 0.85 | Core testing utilities for Laravel packages, maintained by Graham Campbell. Provides lightweight TestBench components compatible with Laravel 8–13, PHP 7.4–8.5, and PHPUnit 9–12 to simplify package test setup and integration. | 15 | 16 | 0 | 11K | 0 | 24.0 | 44.6 | MIT | 3 months ago | |
| contributte/phpunit | 0.83 | PHPUnit integration helpers by Contributte for PHP projects. Provides lightweight tooling and conventions to simplify writing, running, and organizing tests, with sensible defaults and compatibility aimed at smoother CI and developer experience. | 1 | 2 | 2 | 1K | 0 | 11.5 | 42.5 | MIT | 5 months ago | |
| phpunit/phpunit | 0.83 | PHPUnit is the de facto unit testing framework for PHP, based on the xUnit architecture. Run tests, make assertions, and integrate with CI and code coverage. Install via PHAR or Composer and build reliable PHP applications. | 20,034 | 20,551 | 2,223 | 14M | 20 | 81.6 | 56.1 | BSD-3-Clause | 5 days ago | |
| lendable/phpunit-extensions | 0.83 | — | 2 | 2 | 0 | 4K | 2 | 16.5 | 50.9 | MIT | 4 months ago | |
| b2pweb/bdf-phpunit | 0.83 | Laravel/PHPUnit helper package for working with BDF/SEPA bank files in tests. Provides utilities and test assertions to validate BDF structures and parsing results, making it easier to write reliable unit tests around banking file imports. | 0 | 0 | 0 | 274 | 0 | 0.0 | 33.7 | MIT | — | |
| wyrihaximus/test-utilities | 0.82 | A set of PHP test utilities for package development: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-made configuration defaults for PHPStan and Rector (paths and docblock-to-attribute conversions). | 7 | 7 | 1 | 63K | 6 | 32.2 | 68.0 | MIT | 1 week ago | |
| zetacomponents/unit-test | 0.82 | eZ Components Unit Test package (Zeta Components) provides a PHPUnit-like testing framework for PHP, with test case classes, assertions, and test suite execution. Useful for legacy apps using the ezc libraries or needing a lightweight unit test runner. | 2 | 2 | 12 | 111 | 0 | 0.4 | 21.8 | NOASSERTION | — | |
| herrera-io/phpunit-test-case | 0.82 | PHPUnit TestCase class and Extras trait that add helpers for common test chores: create/delete temporary files and directories, call protected/private methods, and get/set protected/private properties. Use as a base class or mix into your own test case. | 1 | 1 | 0 | 18 | 0 | 0.0 | 9.8 | MIT | — | |
| lastdragon-ru/phpunit-extensions | 0.81 | PHPUnit extensions for PHP projects, adding extra test utilities and helpers to streamline assertions, fixtures, and test setup. Designed to integrate cleanly with PHPUnit and improve developer productivity in automated testing workflows. | 0 | 0 | 0 | 33 | 0 | 0.0 | 21.2 | MIT | — | |
| sanmai/phpunit-double-colon-syntax | 0.78 | Run individual PHPUnit test methods with the familiar file::method syntax (like pytest). This dev package rewrites args via Composer autoload so vendor/bin/phpunit tests/FooTest.php::testBar becomes file + --filter automatically. Supports multiple methods; PHPUnit 6+. | 0 | 0 | 0 | 914 | 0 | 17.6 | 46.8 | BSD-3-Clause | 2 months ago | |
| maks3w/phpunit-methods-trait | 0.71 | PHP trait exposing PHPUnit TestCase helper methods for use inside reusable test traits. Lets traits call mocking, expectations, and other TestCase APIs without extending TestCase directly; assertions are via PHPUnit\Framework\Assert. | 1 | 2 | 1 | 23 | 0 | 2.8 | 15.2 | NOASSERTION | 5 years ago | |
| brianium/paratest | 0.68 | ParaTest runs PHPUnit tests in parallel with zero config—just use vendor/bin/paratest. Speed up suites by TestCase or individual tests, with support for unique per-process TEST_TOKEN env vars and combined code coverage reports across workers. | 2,475 | 2,487 | 253 | 6M | 3 | 52.3 | 56.2 | MIT | 2 weeks ago | |
| facile-it/paraunit | 0.64 | Run PHPUnit test suites faster by executing tests in parallel across multiple processes. Includes a Symfony-based CLI, supports modern PHPUnit/Symfony versions, and can collect code coverage in parallel with automatic selection of the best available driver. | 145 | 146 | 19 | 35K | 8 | 32.1 | 43.0 | Apache-2.0 | 1 month ago | |
| phpunitgoodpractices/traits | 0.62 | A small set of PHP traits to improve PHPUnit test code by reducing boilerplate and encouraging cleaner, reusable assertions and setup patterns. Useful for Laravel and general PHP projects that want more readable, maintainable tests. | 22 | 22 | 1 | 12K | 3 | 2.6 | 26.9 | MIT | 3 years ago |
How can I help you explore Laravel packages today?