PHP Трейт HistoryDefinitionsTrait

Note that this trait requires that the Flow Object Manager must be available via $this->getSubcontext('flow')->getObjectManager().
Показать файл Открыть проект

Открытые методы

Метод Описание
iCreateTheFollowingAccounts ( Behat\Gherkin\Node\TableNode $table )
iHaveAnEmptyHistory ( )
iHaveTheFollowingMonitorEntitiesConfiguration ( Behat\Gherkin\Node\PyStringNode $string )
iShouldHaveTheFollowingHistoryEntries ( $ignoringOrder, Behat\Gherkin\Node\TableNode $table )
resetHistory ( ) : void

Защищенные методы

Метод Описание
checkSingleEvent ( $expected, Event $event, &$eventsByInternalId, &$unmatchedParentEvents )
getEventRepository ( ) : EventRepository
getTYPO3CRIntegrationService ( ) : ContentRepositoryIntegrationService

Описание методов

checkSingleEvent() защищенный Метод

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

getEventRepository() защищенный Метод

protected getEventRepository ( ) : EventRepository
Результат Neos\Neos\EventLog\Domain\Repository\EventRepository

getTYPO3CRIntegrationService() защищенный Метод

protected getTYPO3CRIntegrationService ( ) : ContentRepositoryIntegrationService
Результат Neos\Neos\EventLog\Integrations\ContentRepositoryIntegrationService

iCreateTheFollowingAccounts() публичный Метод

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

iHaveAnEmptyHistory() публичный Метод

public iHaveAnEmptyHistory ( )

iHaveTheFollowingMonitorEntitiesConfiguration() публичный Метод

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

iShouldHaveTheFollowingHistoryEntries() публичный Метод

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

resetHistory() публичный Метод

public resetHistory ( ) : void
Результат void