@@ -30,6 +30,9 @@ |
||
30 | 30 | $this->assertMatchesSnapshot($actual, new XmlDriver()); |
31 | 31 | } |
32 | 32 | |
33 | + /** |
|
34 | + * @param string $actual |
|
35 | + */ |
|
33 | 36 | public function assertMatchesJsonSnapshot($actual) |
34 | 37 | { |
35 | 38 | $this->assertMatchesSnapshot($actual, new JsonDriver()); |