assertNotNull($obj); $this->assertNotNull($obj->getImage()); $this->assertEquals(self::getJson(), $obj->toJson()); return $obj; } /** * @depends testSerializationDeserialization * @param Image $obj */ public function testGetters($obj) { $this->assertEquals($obj->getImage(), "TestSample"); } }