eZ\Publish\Core\Repository\Tests\Service\Integration\ContentBase::testCreateContentDraftWithSecondArgumentValues PHP Method

testCreateContentDraftWithSecondArgumentValues() public method

Test for the createContentDraft() method.
    public function testCreateContentDraftWithSecondArgumentValues(array $data)
    {
        $this->assertDraftContentValues($data);
    }
ContentBase