Ojs\ApiBundle\Tests\Controller\PeriodRestControllerTest::testGetPeriodAction PHP Method

testGetPeriodAction() public method

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