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);
    }