Ojs\ApiBundle\Tests\Controller\JournalArticleAuthorRestControllerTest::testDeleteAuthorAction PHP Метод

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

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