1 | <?php |
||
13 | final class PregSplitTest extends TestCase |
||
14 | { |
||
15 | /** @var callable|null */ |
||
16 | private $errorHandler = null; |
||
17 | |||
18 | protected function tearDown() : void |
||
26 | |||
27 | /** |
||
28 | * @covers \phpDocumentor\Reflection\Utils::pregSplit |
||
29 | */ |
||
30 | public function testSimplePregSplit() : void |
||
36 | |||
37 | /** |
||
38 | * @covers \phpDocumentor\Reflection\Utils::pregSplit |
||
39 | */ |
||
40 | public function testPregSplitThrowsOnError() : void |
||
49 | } |
||
50 |