1 | <?php |
||
19 | final class PcreExceptionTest extends TestCase |
||
20 | { |
||
21 | /** |
||
22 | * @covers ::createFromPhpError |
||
23 | * @dataProvider errorCodeProvider |
||
24 | */ |
||
25 | public function testErrorConversion(int $errorCode, string $message) : void |
||
29 | |||
30 | /** |
||
31 | * @return array<int, (string|int)[]> |
||
32 | */ |
||
33 | public function errorCodeProvider() : array |
||
66 | } |
||
67 |