Download the PHP package seec/phpunit-consecutive-params without Composer
On this page you can find all versions of the php package seec/phpunit-consecutive-params. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download seec/phpunit-consecutive-params
More information about seec/phpunit-consecutive-params
Files in seec/phpunit-consecutive-params
Download seec/phpunit-consecutive-params
More information about seec/phpunit-consecutive-params
Files in seec/phpunit-consecutive-params
Vendor seec
Package phpunit-consecutive-params
Short Description Drop-in Trait to use removed ConsecutiveParams from PhpUnit
License GPL-3.0-or-later
Homepage https://github.com/nopenopenope/behat-test-runner
Package phpunit-consecutive-params
Short Description Drop-in Trait to use removed ConsecutiveParams from PhpUnit
License GPL-3.0-or-later
Homepage https://github.com/nopenopenope/behat-test-runner
Please rate this library. Is it a good library?
Informations about the package phpunit-consecutive-params
PHPUnit Consecutive Parameters
After PHPUnit has removed the possibility to
use withConsecutive
, which was used by thousand of UnitTests, developers need a replacement which is not offered in a
neat way at the moment.
Until this problem is solved directly in PHPUnit, this library offers a simple solution to use a replacement
of withConsecutive
again. The original solution posted here.
Installation
Usage
Another example for automatic replacement in correctly formatted code:
becomes
->with(...$this->withConsecutive(
['a', 'b'],
['c', 'd'],
['e', 'f']
))
All versions of phpunit-consecutive-params with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package seec/phpunit-consecutive-params contains the following files
Loading the files please wait ....