PHP 트레잇 HistoryDefinitionsTrait

Note that this trait requires that the Flow Object Manager must be available via $this->getSubcontext('flow')->getObjectManager().
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
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