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

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$context Neos\ContentRepository\Domain\Service\Context
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository
$testablePersistenceEnabled boolean

Méthodes publiques

Méthode Description
callWithoutArgumentsCausesException ( )
invalidSortDirectionCausesException ( )
setUp ( ) : void
sortByDateTimeAscending ( )
sortByDateTimeDescending ( )
sortByStringAscending ( )
sortByStringDescending ( )
tearDown ( ) : void

Method Details

callWithoutArgumentsCausesException() public méthode

invalidSortDirectionCausesException() public méthode

setUp() public méthode

public setUp ( ) : void
Résultat void

sortByDateTimeAscending() public méthode

sortByDateTimeDescending() public méthode

sortByStringAscending() public méthode

sortByStringDescending() public méthode

tearDown() public méthode

public tearDown ( ) : void
Résultat void

Property Details

$context protected_oe property

protected Context,Neos\ContentRepository\Domain\Service $context
Résultat Neos\ContentRepository\Domain\Service\Context

$contextFactory protected_oe property

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
Résultat Neos\ContentRepository\Domain\Service\ContextFactoryInterface

$nodeDataRepository protected_oe property

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
Résultat Neos\ContentRepository\Domain\Repository\NodeDataRepository

$testablePersistenceEnabled protected_oe static_oe property

protected static bool $testablePersistenceEnabled
Résultat boolean