execute(); $foundCarrier = $carrierRepo->find($response->getId()); $this->assertEquals($email, $foundCarrier->getEmail()); $this->assertEquals($company, $foundCarrier->getCompanyName()); $this->assertEquals($contactPerson, $foundCarrier->getContactPerson()); $this->assertEquals($phoneNumber, $foundCarrier->getPhoneNumber()); $this->assertEquals($notes, $foundCarrier->getNotes()); } }