Ojs\ApiBundle\Tests\Controller\JournalSectionRestControllerTest::testGetJournalSectionAction PHP Méthode

testGetJournalSectionAction() public méthode

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