class FixtureTestState implements TestState

Methods

setUp(SapphireTest $test)

Called on setup

tearDown(SapphireTest $test)

Called on tear down

setUpOnce(string $class)

Called once on setup

tearDownOnce(string $class)

Called once on tear down

getFixtureFactory(string $class)

No description

setFixtureFactory(FixtureFactory $factory, string $class)

No description

Details

at line 34
setUp(SapphireTest $test)

Called on setup

Parameters

SapphireTest $test

at line 80
tearDown(SapphireTest $test)

Called on tear down

Parameters

SapphireTest $test

at line 104
setUpOnce(string $class)

Called once on setup

Parameters

string $class Class being setup

at line 114
tearDownOnce(string $class)

Called once on tear down

Parameters

string $class Class being torn down

at line 125
bool|FixtureFactory getFixtureFactory(string $class)

Parameters

string $class

Return Value

bool|FixtureFactory

at line 138
setFixtureFactory(FixtureFactory $factory, string $class)

Parameters

FixtureFactory $factory
string $class