Skip to content

Commit cb08af0

Browse files
Test name fix
1 parent 9485fb8 commit cb08af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ExampleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ public function can_match_a_string_snapshot()
1717
}
1818

1919
/** @test */
20-
public function can_match_an_xml_screenshot()
20+
public function can_match_an_xml_snapshot()
2121
{
2222
$data = '<foo><bar>Baz</bar></foo>';
2323

2424
$this->assertMatchesXmlSnapshot($data);
2525
}
2626

2727
/** @test */
28-
public function can_match_a_json_screenshot()
28+
public function can_match_a_json_snapshot()
2929
{
3030
$data = '{"foo":"foo","bar":"bar","baz":"baz"}';
3131

0 commit comments

Comments
 (0)