예제 #1
0
 public function testCreateMethod()
 {
     $response = $this->createServiceResponse(Service::OK);
     $this->assertEquals($response, ServiceResponse::create());
 }