Download the PHP package heimrichhannot/contao-test-utilities-bundle without Composer
On this page you can find all versions of the php package heimrichhannot/contao-test-utilities-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download heimrichhannot/contao-test-utilities-bundle
More information about heimrichhannot/contao-test-utilities-bundle
Files in heimrichhannot/contao-test-utilities-bundle
Download heimrichhannot/contao-test-utilities-bundle
More information about heimrichhannot/contao-test-utilities-bundle
Files in heimrichhannot/contao-test-utilities-bundle
Vendor heimrichhannot
Package contao-test-utilities-bundle
Short Description A bundle containing utilities for easier contao bundle testing.
License LGPL-3.0-or-later
Package contao-test-utilities-bundle
Short Description A bundle containing utilities for easier contao bundle testing.
License LGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package contao-test-utilities-bundle
Contao Test Utilities Bundle
This bundle helps with recurring tasks when testing bundles for contao cms.
Install
Content
Mocking objects
This bundle provide some traits to mock following contao types:
- models
- templates
Singletons
Reset Files singleton
It is recommend to always reset the Files (singleton) class when testing code interacting with it, as it can store data from past tests (for example the container). So you don't need to run a test method in another process.
\Contao\Files:.getInstance()
will return a fresh instance.
All versions of contao-test-utilities-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 || ^8.0
contao/core-bundle Version ^4.4 || ^5.0
symfony/http-kernel Version ^3.4 || ^4.0 || ^5.0 || ^6.0
symfony/dependency-injection Version ^3.4 || ^4.0 || ^5.0 || ^6.0
phpunit/phpunit Version ^6.5 || ^7.0 || ^8.0 || ^9.0
contao/core-bundle Version ^4.4 || ^5.0
symfony/http-kernel Version ^3.4 || ^4.0 || ^5.0 || ^6.0
symfony/dependency-injection Version ^3.4 || ^4.0 || ^5.0 || ^6.0
phpunit/phpunit Version ^6.5 || ^7.0 || ^8.0 || ^9.0
The package heimrichhannot/contao-test-utilities-bundle contains the following files
Loading the files please wait ....