tifu124 / functional-test-bundle
This bundles provides additional functional test-cases for Symfony2 applications, with Sf2.6 support
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 181
Type:symfony-bundle
Requires
- php: ^5.3.9|^7.0
- doctrine/common: ~2.0
- symfony/browser-kit: ~2.3|~3.0
- symfony/framework-bundle: 2.3.*|~2.7|~3.0
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ~2.3
- doctrine/orm: ^2.4.8
- doctrine/phpcr-bundle: ~1.3
- doctrine/phpcr-odm: ~1.3
- jackalope/jackalope-doctrine-dbal: 1.1.*|1.2.*
- nelmio/alice: ~1.7|~2.0
- phpunit/phpunit: 4.8.*|5.1.*
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ~2.4
- symfony/symfony: ~2.3.1|~2.7|~3.0
- twig/twig: ~1.12
Suggests
- doctrine/dbal: Required when using the fixture loading functionality with an ORM and SQLite
- doctrine/doctrine-fixtures-bundle: Required when using the fixture loading functionality
- doctrine/orm: Required when using the fixture loading functionality with an ORM and SQLite
- nelmio/alice: Required when using loadFixtureFiles functionality
- symfony/framework-bundle: To use assertStatusCode and assertValidationErrors ~2.5
README
This is a direct fork from the LiipFunctionalTestBundle
I only forked it so I can use it with Sf2.6. All credits to the Liip team.