TestState
interface TestState implements TestOnly
Helper for resetting, booting, or cleaning up test state.
SapphireTest will detect all implementors of this interface during test execution
Methods
Details
at line 20
setUp(SapphireTest $test)
Called on setup
at line 27
tearDown(SapphireTest $test)
Called on tear down
at line 34
setUpOnce(string $class)
Called once on setup
at line 41
tearDownOnce(string $class)
Called once on tear down