PHP 클래스 Neos\ContentRepository\Tests\Unit\FlowQueryOperations\CacheLifetimeOperationTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$dateFixtures array
$now DateTime
$operation Neos\ContentRepository\Eel\FlowQueryOperations\CacheLifetimeOperation

공개 메소드들

메소드 설명
canEvaluateReturnsTrueIfNodeIsInContext ( )
evaluateReturnsMinimumOfFutureHiddenDates ( $nodes, $expectedLifetime )
nodePropertiesAndLifetime ( )
setUp ( )

보호된 메소드들

메소드 설명
buildFlowQueryWithNodesInContext ( array $nodes ) : FlowQuery

메소드 상세

buildFlowQueryWithNodesInContext() 보호된 메소드

protected buildFlowQueryWithNodesInContext ( array $nodes ) : FlowQuery
$nodes array Array of nodes with properties for the FlowQuery context
리턴 Neos\Eel\FlowQuery\FlowQuery

canEvaluateReturnsTrueIfNodeIsInContext() 공개 메소드

evaluateReturnsMinimumOfFutureHiddenDates() 공개 메소드

public evaluateReturnsMinimumOfFutureHiddenDates ( $nodes, $expectedLifetime )

nodePropertiesAndLifetime() 공개 메소드

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

$dateFixtures 보호되어 있는 프로퍼티

protected array $dateFixtures
리턴 array

$now 보호되어 있는 프로퍼티

protected DateTime $now
리턴 DateTime

$operation 보호되어 있는 프로퍼티

protected CacheLifetimeOperation,Neos\ContentRepository\Eel\FlowQueryOperations $operation
리턴 Neos\ContentRepository\Eel\FlowQueryOperations\CacheLifetimeOperation