Ojs\ApiBundle\Tests\Controller\JournalRestControllerTest::testDeleteJournalAction PHP Метод

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

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