Download the PHP package adrien/fixtures-for-tests without Composer
On this page you can find all versions of the php package adrien/fixtures-for-tests. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adrien/fixtures-for-tests
More information about adrien/fixtures-for-tests
Files in adrien/fixtures-for-tests
Download adrien/fixtures-for-tests
More information about adrien/fixtures-for-tests
Files in adrien/fixtures-for-tests
Vendor adrien
Package fixtures-for-tests
Short Description A set of traits to be used in test cases to load fixtures.
License MIT
Package fixtures-for-tests
Short Description A set of traits to be used in test cases to load fixtures.
License MIT
Please rate this library. Is it a good library?
Informations about the package fixtures-for-tests
Fixtures For Tests
A set of traits to be used in test cases
Install
Via Composer
Usage
- Use the
FixtureLoaderTrait
to add a fixture loading shortcut method. - Use the
FixtureAttachedTrait
within aKernelTestCase
extending class to have fixture loaded automatically before each tests.Exemple using PHPUnit + Symfony's KernelTestCase :
Exemple using Behat (with PHPCR) :
Contributing and testing
Please maintain the test suite : if you add a feature, prove the new behavior; if you fix a bug, ensure the non-regression.
All versions of fixtures-for-tests with dependencies
PHP Build Version
Package Version
The package adrien/fixtures-for-tests contains the following files
Loading the files please wait ....