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.

Documentation

See also Fixtures in PHPUnit, Working with fixture data in your tests and Fixture Factory in PHP.

Related : Mock, Dataset