Skip to content

Commit 7cbcf3f

Browse files
committed
Add failing case
1 parent 26f53fc commit 7cbcf3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Matcher/JsonMatcherTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public static function positivePatterns()
151151
[\json_encode(['Norbert', 'Michał'])],
152152
[\json_encode(['Norbert', '@string@'])],
153153
[\json_encode('test')],
154+
[\json_encode(['foo' => '/foo/@uuid@/bar'])],
154155
];
155156
}
156157

0 commit comments

Comments
 (0)