Ojs\ApiBundle\Tests\Controller\ArticleTypeRestControllerTest::testGetArticleTypeAction PHP Method

testGetArticleTypeAction() public method

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