Ojs\ApiBundle\Tests\Controller\ContactRestControllerTest::testGetContactAction PHP 메소드

testGetContactAction() 공개 메소드

    public function testGetContactAction()
    {
        $client = $this->client;
        $client->request('GET', '/api/v1/contacts/1?apikey=' . $this->apikey);
        $this->assertStatusCode(200, $client);
    }