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

createBasicArticle() public method

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