Skip to content

Commit bb88dce

Browse files
committed
fix merge
1 parent 70b7edc commit bb88dce

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Tests/Constraints/ExpressionTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ public function testMissingPattern()
5151
new Expression(null);
5252
}
5353

54+
/**
55+
* @group legacy
56+
*/
5457
public function testMissingPatternDoctrineStyle()
5558
{
5659
$this->expectException(MissingOptionsException::class);

Tests/Constraints/RegexTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ public function testMissingPattern()
148148
new Regex(null);
149149
}
150150

151+
/**
152+
* @group legacy
153+
*/
151154
public function testMissingPatternDoctrineStyle()
152155
{
153156
$this->expectException(MissingOptionsException::class);

0 commit comments

Comments
 (0)