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

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

    public function testPutJournalSectionAction()
    {
        $content = ['translations' => ['en' => ['title' => 'PHPUnit Test Title Field en - PUT']], 'allowIndex' => true, 'hideTitle' => false, 'sectionOrder' => 8];
        $this->client->request('PUT', '/api/v1/journal/1/sections/550?apikey=' . $this->apikey, [], [], ['CONTENT_TYPE' => 'application/json'], json_encode($content));
        $this->assertStatusCode(201, $this->client);
    }