eZ\Bundle\EzPublishCoreBundle\Features\Context\BasicContentContext::createArticleDraft PHP Method

createArticleDraft() public method

public createArticleDraft ( $path )
    public function createArticleDraft($path)
    {
        $fields = array('title' => $this->getTitleFromPath($path), 'intro' => $this->getDummyXmlText());
        return $this->createContentDraft(2, 'article', $fields);
    }