We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e48ad commit 20654faCopy full SHA for 20654fa
README.md
@@ -68,7 +68,7 @@ class MatcherTest extends PHPMatcherTestCase
68
{
69
public function test_matcher_that_value_matches_pattern()
70
71
- $this->assertMatchesPattern('{"name": "Norbert"}', '{"name": "@string@"}');
+ $this->assertMatchesPattern('{"name": "@string@"}', '{"name": "Norbert"}');
72
}
73
74
```
@@ -87,7 +87,7 @@ class MatcherTest extends TestCase
87
88
89
90
91
92
93
0 commit comments