Skip to content

Commit

Permalink
fix tests: drop non-stable test failing in php < 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zlodes committed Oct 21, 2024
1 parent 471072b commit 877070d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/AssertTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ public function getTests()
array('validRegexPattern', array('/^\(\d{3}\) \d{3}-\d{4}$/'), true),
array('validRegexPattern', array('/^https?:\/\/[^\s\/$.?#].[^\s]*$/i'), true),
array('validRegexPattern', array('/^(abc/'), false), // Unclosed parenthesis
array('validRegexPattern', array('/\p{Foo}/'), false), // Improper Unicode category
array('validRegexPattern', array('/(?:abc)\1/'), false), // Backreference to non-capturing group
);
}
Expand Down

0 comments on commit 877070d

Please sign in to comment.