Fixture¶
A fixture is a set of test data. They are used to set up the environment in a known state, so that to run the test in good conditions.
See also Fixtures in PHPUnit, Working with fixture data in your tests and Fixture Factory in PHP.
A fixture is a set of test data. They are used to set up the environment in a known state, so that to run the test in good conditions.
See also Fixtures in PHPUnit, Working with fixture data in your tests and Fixture Factory in PHP.
The definitive reference with all things PHP, and their definitions.
Contents: