Ojs\ApiBundle\Tests\Controller\JournalSectionRestControllerTest::testDeleteJournalSectionAction PHP Метод

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

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