Ojs\ApiBundle\Tests\Controller\PeriodRestControllerTest::testGetPeriodsAction PHP 메소드

testGetPeriodsAction() 공개 메소드

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