Skip to content

Commit fea3651

Browse files
author
Nicolas Oelgart
committed
Remove test
1 parent 2c8349e commit fea3651

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/Php80/Php80Test.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,6 @@ public function testPregMalformedUtfError()
8181
$this->assertSame('Malformed UTF-8 characters, possibly incorrectly encoded', preg_last_error_msg());
8282
}
8383

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-
9484
/**
9585
* @requires PHP 7.0
9686
* @covers \Symfony\Polyfill\Php80\Php80::pregLastErrorMsg

0 commit comments

Comments
 (0)