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