Ojs\ApiBundle\Tests\Controller\JournalThemeRestControllerTest::testPatchJournalThemeAction PHP Метод

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

    public function testPatchJournalThemeAction()
    {
        $content = ['title' => 'PHPUnit Test Title Field en - PATCH'];
        $this->client->request('PATCH', '/api/v1/journal/1/themes/1?apikey=' . $this->apikey, [], [], ['CONTENT_TYPE' => 'application/json'], json_encode($content));
        $this->assertStatusCode(204, $this->client);
    }