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 70b7edc commit bb88dceCopy full SHA for bb88dce
Tests/Constraints/ExpressionTest.php
@@ -51,6 +51,9 @@ public function testMissingPattern()
51
new Expression(null);
52
}
53
54
+ /**
55
+ * @group legacy
56
+ */
57
public function testMissingPatternDoctrineStyle()
58
{
59
$this->expectException(MissingOptionsException::class);
Tests/Constraints/RegexTest.php
@@ -148,6 +148,9 @@ public function testMissingPattern()
148
new Regex(null);
149
150
151
152
153
154
155
156
0 commit comments