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

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

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