Ojs\ApiBundle\Tests\Controller\PeriodRestControllerTest::testNewPeriodAction PHP Метод

testNewPeriodAction() публичный Метод

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