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

createBasicFolder() public method

public createBasicFolder ( $path )
    public function createBasicFolder($path)
    {
        $fields = array('name' => $this->getTitleFromPath($path));
        return $this->createContentwithPath($path, $fields, 'folder');
    }