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