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 9485fb8 commit cb08af0Copy full SHA for cb08af0
tests/ExampleTest.php
@@ -17,15 +17,15 @@ public function can_match_a_string_snapshot()
17
}
18
19
/** @test */
20
- public function can_match_an_xml_screenshot()
+ public function can_match_an_xml_snapshot()
21
{
22
$data = '<foo><bar>Baz</bar></foo>';
23
24
$this->assertMatchesXmlSnapshot($data);
25
26
27
28
- public function can_match_a_json_screenshot()
+ public function can_match_a_json_snapshot()
29
30
$data = '{"foo":"foo","bar":"bar","baz":"baz"}';
31
0 commit comments