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

testCreateContentDraftWithThirdArgumentValues() public method

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