@@ -17,11 +17,17 @@ |
||
| 17 | 17 | $this->doSnapShotAssertion($snapshot, $actual); |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | + /** |
|
| 21 | + * @param string $actual |
|
| 22 | + */ |
|
| 20 | 23 | public function assertMatchesXmlSnapshot($actual) |
| 21 | 24 | { |
| 22 | 25 | $this->assertMatchesSnapshot($actual, new XmlDriver()); |
| 23 | 26 | } |
| 24 | 27 | |
| 28 | + /** |
|
| 29 | + * @param string $actual |
|
| 30 | + */ |
|
| 25 | 31 | public function assertMatchesJsonSnapshot($actual) |
| 26 | 32 | { |
| 27 | 33 | $this->assertMatchesSnapshot($actual, new JsonDriver()); |