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

testNewJournalAction() 공개 메소드

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