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 | 18.6 | 43.6 | MIT | 6 months ago | |
| lendable/phpunit-extensions | 0.83 | — | 2 | 2 | 0 | 5K | 1 | 12.7 | 50.0 | MIT | 7 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 | 407 | 0 | 0.0 | 36.1 | MIT | — | |
| sanmai/phpunit-legacy-adapter | 0.82 | Compatibility adapter for running legacy PHPUnit test suites on newer PHPUnit versions. Helps bridge API changes, keep older tests passing, and smooth migrations without rewriting everything. Suitable for maintaining long-lived PHP projects with outdated test setups. | 3 | 3 | 1 | 2K | 0 | 19.3 | 41.1 | Apache-2.0 | 4 months ago | |
| 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 | 145K | 6 | 34.9 | 69.5 | MIT | 4 weeks ago | |
| 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 | 195 | 0 | 0.0 | 19.4 | 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 | 3 | 0 | 0.0 | 8.3 | MIT | — | |
| sanmai/phpunit-double-colon-syntax | 0.77 | 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 | 625 | 0 | 7.0 | 31.7 | BSD-3-Clause | 5 months ago | |
| contributte/phpunit | 0.77 | 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 | 9.9 | 41.9 | MIT | 8 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 | 6 | 0 | 2.8 | 8.3 | NOASSERTION | 5 years ago | |
| facile-it/paraunit | 0.69 | 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 | 43K | 8 | 28.1 | 42.2 | Apache-2.0 | 4 months 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,494 | 2,504 | 256 | 8M | 2 | 53.3 | 57.8 | MIT | 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 | 15K | 3 | 2.6 | 27.9 | MIT | 4 years ago |
How can I help you explore Laravel packages today?