PHP Trait HistoryDefinitionsTrait

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

checkSingleEvent() protected méthode

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

getEventRepository() protected méthode

protected getEventRepository ( ) : EventRepository
Résultat Neos\Neos\EventLog\Domain\Repository\EventRepository

getTYPO3CRIntegrationService() protected méthode

protected getTYPO3CRIntegrationService ( ) : ContentRepositoryIntegrationService
Résultat Neos\Neos\EventLog\Integrations\ContentRepositoryIntegrationService

iCreateTheFollowingAccounts() public méthode

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

iHaveAnEmptyHistory() public méthode

public iHaveAnEmptyHistory ( )

iHaveTheFollowingMonitorEntitiesConfiguration() public méthode

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

iShouldHaveTheFollowingHistoryEntries() public méthode

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

resetHistory() public méthode

public resetHistory ( ) : void
Résultat void