alexislefebvre/fixtures-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
This bundles provides additional functional test-cases for Symfony applications
Maintainers
Package info
github.com/alexislefebvre/FixturesBundle
Type:symfony-bundle
pkg:composer/alexislefebvre/fixtures-bundle
2.0.0-alpha14
2019-03-02 19:11 UTC
Requires
- php: ^7.1
- doctrine/common: ^2.0
- symfony/browser-kit: ^3.4 || ^4.1
- symfony/framework-bundle: ^3.4 || ^4.1
Requires (Dev)
- doctrine/data-fixtures: ^1.3
- doctrine/doctrine-bundle: ^1.8
- doctrine/doctrine-fixtures-bundle: ^3.0.2
- doctrine/orm: ^2.6
- jackalope/jackalope-doctrine-dbal: ^1.3
- phpunit/phpunit: ^6.1 || ^7.0
- symfony/monolog-bundle: ^3.1
- symfony/phpunit-bridge: ^3.4 || ^4.1
- symfony/symfony: ^3.4 || ^4.1
- theofidry/alice-data-fixtures: ^1.0.1
- twig/twig: ^2.0
Suggests
- brianium/paratest: Required when using paratest to parallelize tests
- 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
- hautelook/alice-bundle: Required when using loadFixtureFiles functionality with custom providers
- theofidry/alice-data-fixtures: Required when using loadFixtureFiles functionality
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2020-06-20 00:09:47 UTC
README
👁 Build status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 Scrutinizer Code Quality
👁 Scrutinizer
👁 SensioLabsInsight
Introduction
This Bundle provides base classes for functional tests to assist in setting up test-databases and loading fixtures. It also provides a DI aware mock builder for unit tests.
Documentation
To run tests in parallel:
