Ojs\ApiBundle\Tests\Controller\IndexRestControllerTest::testDeleteIndexesAction PHP 메소드

testDeleteIndexesAction() 공개 메소드

    public function testDeleteIndexesAction()
    {
        $entityId = $this->sampleObjectLoader->loadIndex();
        $this->client->request('DELETE', '/api/v1/indexes/' . $entityId . '?apikey=' . $this->apikey);
        $this->assertStatusCode(204, $this->client);
    }