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 5602b39 commit 7c73f3cCopy full SHA for 7c73f3c
README.md
@@ -67,7 +67,7 @@ class MatcherTest extends PHPMatcherTestCase
67
{
68
public function test_matcher_that_value_matches_pattern()
69
70
- $this->assertMatchesPattern('{"name": "Norbert"}', '{"name": "@string@"}');
+ $this->assertMatchesPattern('{"name": "@string@"}', '{"name": "Norbert"}');
71
}
72
73
```
@@ -86,7 +86,7 @@ class MatcherTest extends TestCase
86
87
88
89
90
91
92
0 commit comments