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

testGetJournalAction() 공개 메소드

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