PHP Trait HistoryDefinitionsTrait

Note that this trait requires that the Flow Object Manager must be available via $this->getSubcontext('flow')->getObjectManager().
Mostrar archivo Open project: neos/neos-development-collection

Public Methods

Method Description
iCreateTheFollowingAccounts ( Behat\Gherkin\Node\TableNode $table )
iHaveAnEmptyHistory ( )
iHaveTheFollowingMonitorEntitiesConfiguration ( Behat\Gherkin\Node\PyStringNode $string )
iShouldHaveTheFollowingHistoryEntries ( $ignoringOrder, Behat\Gherkin\Node\TableNode $table )
resetHistory ( ) : void

Protected Methods

Method Description
checkSingleEvent ( $expected, Event $event, &$eventsByInternalId, &$unmatchedParentEvents )
getEventRepository ( ) : EventRepository
getTYPO3CRIntegrationService ( ) : ContentRepositoryIntegrationService

Method Details

checkSingleEvent() protected method

protected checkSingleEvent ( $expected, Event $event, &$eventsByInternalId, &$unmatchedParentEvents )
$event Neos\Neos\EventLog\Domain\Model\Event

getEventRepository() protected method

protected getEventRepository ( ) : EventRepository
return Neos\Neos\EventLog\Domain\Repository\EventRepository

getTYPO3CRIntegrationService() protected method

protected getTYPO3CRIntegrationService ( ) : ContentRepositoryIntegrationService
return Neos\Neos\EventLog\Integrations\ContentRepositoryIntegrationService

iCreateTheFollowingAccounts() public method

public iCreateTheFollowingAccounts ( Behat\Gherkin\Node\TableNode $table )
$table Behat\Gherkin\Node\TableNode

iHaveAnEmptyHistory() public method

public iHaveAnEmptyHistory ( )

iHaveTheFollowingMonitorEntitiesConfiguration() public method

public iHaveTheFollowingMonitorEntitiesConfiguration ( Behat\Gherkin\Node\PyStringNode $string )
$string Behat\Gherkin\Node\PyStringNode

iShouldHaveTheFollowingHistoryEntries() public method

public iShouldHaveTheFollowingHistoryEntries ( $ignoringOrder, Behat\Gherkin\Node\TableNode $table )
$table Behat\Gherkin\Node\TableNode

resetHistory() public method

public resetHistory ( ) : void
return void