Ojs\ApiBundle\Tests\Controller\JournalArticleCitationRestControllerTest::testPostAuthorAction PHP Метод

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

    public function testPostAuthorAction()
    {
        $content = ['raw' => 'Hello raw citation POST', 'type' => 1, 'orderNum' => 3];
        $this->client->request('POST', '/api/v1/journal/1/article/1/citations?apikey=' . $this->apikey, [], [], ['CONTENT_TYPE' => 'application/json'], json_encode($content));
        $this->assertStatusCode(201, $this->client);
    }