Ojs\ApiBundle\Tests\Controller\JournalArticleRestControllerTest::testDeleteJournalArticleAction PHP Метод

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

    public function testDeleteJournalArticleAction()
    {
        $entityId = $this->sampleObjectLoader->loadArticle();
        $this->client->request('DELETE', '/api/v1/journal/1/articles/' . $entityId . '?apikey=' . $this->apikey);
        $this->assertStatusCode(204, $this->client);
    }