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

testGetJournalSectionsAction() public méthode

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