@@ -13,6 +13,9 @@ |
||
13 | 13 | private $ignoredKeys; |
14 | 14 | private $atPath; |
15 | 15 | |
16 | + /** |
|
17 | + * @param string $expectedJson |
|
18 | + */ |
|
16 | 19 | public function __construct($expectedJson) |
17 | 20 | { |
18 | 21 | $this->expectedJson = $expectedJson; |