1 | <?php |
||
9 | class ForkingIteratorTest extends PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | /** @test */ |
||
12 | public function testMainFunctionality() |
||
19 | |||
20 | /** |
||
21 | * @test |
||
22 | * @expectedException UnexpectedValueException |
||
23 | * @expectedExceptionMessage Child exited with non zero status |
||
24 | */ |
||
25 | public function testExceptionHandling() |
||
33 | } |
||
34 | |||
35 |