PHP Class Neos\Neos\Tests\Functional\FlowQueryOperations\SortOperationTest

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$context Neos\ContentRepository\Domain\Service\Context
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository
$testablePersistenceEnabled boolean

Public Methods

Method Description
callWithoutArgumentsCausesException ( )
invalidSortDirectionCausesException ( )
setUp ( ) : void
sortByDateTimeAscending ( )
sortByDateTimeDescending ( )
sortByStringAscending ( )
sortByStringDescending ( )
tearDown ( ) : void

Method Details

callWithoutArgumentsCausesException() public method

invalidSortDirectionCausesException() public method

setUp() public method

public setUp ( ) : void
return void

sortByDateTimeAscending() public method

sortByDateTimeDescending() public method

sortByStringAscending() public method

sortByStringDescending() public method

tearDown() public method

public tearDown ( ) : void
return void

Property Details

$context protected property

protected Context,Neos\ContentRepository\Domain\Service $context
return Neos\ContentRepository\Domain\Service\Context

$contextFactory protected property

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
return Neos\ContentRepository\Domain\Service\ContextFactoryInterface

$nodeDataRepository protected property

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
return Neos\ContentRepository\Domain\Repository\NodeDataRepository

$testablePersistenceEnabled protected static property

protected static bool $testablePersistenceEnabled
return boolean