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, Fixture Factory in PHP

Related : Mock