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

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

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