start_file), TRUE); $this->mangaListsZipper = new MangaListsZipper($json); } public function testTransform() { $zippered_json = json_decode(file_get_contents($this->res_file), TRUE); $transformed = $this->mangaListsZipper->transform(); $this->assertEquals($zippered_json, $transformed); } }