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