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, Fixture Factory in PHP
Related : Mock
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, Fixture Factory in PHP
Related : Mock
The definitive reference with all things PHP, and their definitions.
Contents: