PHP Class eZ\Bundle\EzPublishCoreBundle\Features\Context\ContentPreviewContext

Inheritance: extends EzSystems\BehatBundle\Context\Browser\Context, implements Behat\Behat\Context\Context, implements Behat\Behat\Context\SnippetAcceptingContext
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
gatherContexts ( Behat\Behat\Hook\Scope\BeforeScenarioScope $scope )
iCreateDraftOfContentTypeWithCustomLocationController ( )
iModifyAFieldFromTheDraft ( ) This could belong in the content context.
iPreviewThisDraft ( )
iSeeAPreviewOfTheCurrentDraft ( )
theOutputIsValid ( )

Protected Methods

Method Description
checkForExceptions ( )

Private Methods

Method Description
mapToVersionViewUri ( eZ\Publish\API\Repository\Values\Content\VersionInfo $version ) : string

Method Details

checkForExceptions() protected method

protected checkForExceptions ( )

gatherContexts() public method

public gatherContexts ( Behat\Behat\Hook\Scope\BeforeScenarioScope $scope )
$scope Behat\Behat\Hook\Scope\BeforeScenarioScope

iCreateDraftOfContentTypeWithCustomLocationController() public method

iModifyAFieldFromTheDraft() public method

This could belong in the content context.

iPreviewThisDraft() public method

public iPreviewThisDraft ( )

iSeeAPreviewOfTheCurrentDraft() public method

theOutputIsValid() public method

public theOutputIsValid ( )