Ojs\ApiBundle\Tests\Controller\ContactRestControllerTest::testGetContactAction PHP Method

testGetContactAction() public method

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