Download the PHP package phpunit/phpunit-mink-trait without Composer
On this page you can find all versions of the php package phpunit/phpunit-mink-trait. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phpunit/phpunit-mink-trait
More information about phpunit/phpunit-mink-trait
Files in phpunit/phpunit-mink-trait
Download phpunit/phpunit-mink-trait
More information about phpunit/phpunit-mink-trait
Files in phpunit/phpunit-mink-trait
Vendor phpunit
Package phpunit-mink-trait
Short Description Trait that provides minimal integration layer for using Mink in PHPUnit test cases
License BSD-3-Clause
Homepage https://github.com/sebastianbergmann/phpunit-mink-trait
Package phpunit-mink-trait
Short Description Trait that provides minimal integration layer for using Mink in PHPUnit test cases
License BSD-3-Clause
Homepage https://github.com/sebastianbergmann/phpunit-mink-trait
Please rate this library. Is it a good library?
Informations about the package phpunit-mink-trait
phpunit-mink-trait
Trait that provides a minimal integration layer for using Mink (with the Goutte driver) in PHPUnit test cases.
The main goal of this project is to demonstrate how PHPUnit can be extended through traits.
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require phpunit/phpunit-mink-trait
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev phpunit/phpunit-mink-trait
Usage
All versions of phpunit-mink-trait with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
phpunit/phpunit Version ^6.0
behat/mink Version ^1.7
behat/mink-goutte-driver Version ^1.2
phpunit/phpunit Version ^6.0
behat/mink Version ^1.7
behat/mink-goutte-driver Version ^1.2
The package phpunit/phpunit-mink-trait contains the following files
Loading the files please wait ....