We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8349e commit fea3651Copy full SHA for fea3651
tests/Php80/Php80Test.php
@@ -81,16 +81,6 @@ public function testPregMalformedUtfError()
81
$this->assertSame('Malformed UTF-8 characters, possibly incorrectly encoded', preg_last_error_msg());
82
}
83
84
- /**
85
- * @requires PHP 7.0
86
- * @covers \Symfony\Polyfill\Php80\Php80::pregLastErrorMsg
87
- */
88
- public function testPregInternalError()
89
- {
90
- @preg_match('/(?<)/', 'Hello world');
91
- $this->assertSame('Internal error', preg_last_error_msg());
92
- }
93
-
94
/**
95
* @requires PHP 7.0
96
* @covers \Symfony\Polyfill\Php80\Php80::pregLastErrorMsg
0 commit comments