Ojs\ApiBundle\Tests\Controller\IndexRestControllerTest::testGetIndexsAction PHP Метод

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

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