Download the PHP package intaro/symfony-testing-tools without Composer
On this page you can find all versions of the php package intaro/symfony-testing-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package symfony-testing-tools
Symfony testing tools
The library contains improved classes of WebTestCase and Container for convenient testing.
Features
The Client local caching
Web Client is caching in WebTestCase. If you want to get a client you should use:
If you want to get a new client you should use:
Full example:
Shortcuts for EntityManager and Container
You can simply get EntityManager or Container in the current context:
Checking a response HTTP code
You can check response result with the following methods:
Fixtures appending
You can add fixtures before test running:
All versions of symfony-testing-tools with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.4
symfony/framework-bundle Version ~2.1
doctrine/data-fixtures Version ~1.0
phpunit/phpunit Version ~4.2
symfony/framework-bundle Version ~2.1
doctrine/data-fixtures Version ~1.0
phpunit/phpunit Version ~4.2
The package intaro/symfony-testing-tools contains the following files
Loading the files please wait ....