Download the PHP package wexample/symfony-testing without Composer
On this page you can find all versions of the php package wexample/symfony-testing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wexample/symfony-testing
More information about wexample/symfony-testing
Files in wexample/symfony-testing
Download wexample/symfony-testing
More information about wexample/symfony-testing
Files in wexample/symfony-testing
Vendor wexample
Package symfony-testing
Short Description Testing helpers for Symfony / PhpUnit
License MIT
Package symfony-testing
Short Description Testing helpers for Symfony / PhpUnit
License MIT
Please rate this library. Is it a good library?
Informations about the package symfony-testing
Testing in your project
Add to Composer
In composer.json
"autoload-dev": {
"psr-4": {
"Wexample\\SymfonyTesting\\Tests\\": "vendor/wexample/symfony-testing/tests/"
}
},
Add to PhpUnit
In phpunit.xml.dist
<testsuites>
<testsuite name="Testing Test Suite">
<directory>vendor/symfony-testing/tests</directory>
</testsuite>
</testsuites>
All versions of symfony-testing with dependencies
PHP Build Version
Package Version
Requires
wexample/symfony-helpers Version
^0.1.109
The package wexample/symfony-testing contains the following files
Loading the files please wait ....