1 | <?php |
||
10 | class QueuedJobsTestState implements TestState |
||
11 | { |
||
12 | /** |
||
13 | * Never run the shutdown handler during unit tests |
||
14 | * |
||
15 | * @param SapphireTest $test |
||
16 | */ |
||
17 | public function setUp(SapphireTest $test) |
||
22 | |||
23 | public function tearDown(SapphireTest $test) |
||
27 | |||
28 | public function setUpOnce($class) |
||
32 | |||
33 | public function tearDownOnce($class) |
||
37 | } |
||
38 |