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