Ojs\ApiBundle\Tests\Controller\JournalRestControllerTest::testGetJournalsAction PHP 메소드

testGetJournalsAction() 공개 메소드

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