Ojs\ApiBundle\Tests\Controller\ContactTypesRestControllerTest::testGetContacttypeAction PHP Méthode

testGetContacttypeAction() public méthode

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