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 5c3f3cb commit a036551Copy full SHA for a036551
README.md
@@ -63,7 +63,7 @@ class MatcherTest extends PHPMatcherTestCase
63
{
64
public function test_matcher_that_value_matches_pattern()
65
66
- $this->assertMatchesPattern('{"name": "Norbert"}', '{"name": "@string@"}');
+ $this->assertMatchesPattern('{"name": "@string@"}', '{"name": "Norbert"}');
67
}
68
69
```
@@ -82,7 +82,7 @@ class MatcherTest extends TestCase
82
83
84
85
86
87
88
0 commit comments