PHP Class Neos\Flow\Tests\Functional\Persistence\Doctrine\RepositoryTest

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

Protected Properties

Свойство Type Description
$postRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\PostRepository;
$subSubEntityRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\SubSubEntityRepository;
$superEntityRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\SuperEntityRepository;
$testablePersistenceEnabled boolean

Méthodes publiques

Méthode Description
addingASuperTypeToAMoreSpecificRepositoryThrowsAnException ( )
countAllCountsSubTypesOfTheManagedType ( )
findAllReturnsQueryResult ( )
findAllReturnsSubTypesOfTheManagedType ( )
findByIdentifierReturnsSubTypesOfTheManagedType ( )
instancesOfTheManagedTypeCanBeAddedAndRetrieved ( )
modificationsOnRetrievedEntitiesAreNotPersistedAutomatically ( )
modificationsOnRetrievedEntitiesArePersistedIfUpdateHasBeenCalled ( )
setUp ( ) : void
subTypesOfTheManagedTypeCanBeAddedAndRetrieved ( )
subTypesOfTheManagedTypeCanBeRemoved ( )
subTypesOfTheManagedTypeCanBeUpdated ( )
usingASpecificRepositoryForSubTypesWorks ( )

Method Details

addingASuperTypeToAMoreSpecificRepositoryThrowsAnException() public méthode

countAllCountsSubTypesOfTheManagedType() public méthode

findAllReturnsQueryResult() public méthode

findAllReturnsSubTypesOfTheManagedType() public méthode

findByIdentifierReturnsSubTypesOfTheManagedType() public méthode

instancesOfTheManagedTypeCanBeAddedAndRetrieved() public méthode

modificationsOnRetrievedEntitiesAreNotPersistedAutomatically() public méthode

modificationsOnRetrievedEntitiesArePersistedIfUpdateHasBeenCalled() public méthode

setUp() public méthode

public setUp ( ) : void
Résultat void

subTypesOfTheManagedTypeCanBeAddedAndRetrieved() public méthode

subTypesOfTheManagedTypeCanBeRemoved() public méthode

subTypesOfTheManagedTypeCanBeUpdated() public méthode

usingASpecificRepositoryForSubTypesWorks() public méthode

Property Details

$postRepository protected_oe property

protected PostRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $postRepository
Résultat Neos\Flow\Tests\Functional\Persistence\Fixtures\PostRepository;

$subSubEntityRepository protected_oe property

protected SubSubEntityRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $subSubEntityRepository
Résultat Neos\Flow\Tests\Functional\Persistence\Fixtures\SubSubEntityRepository;

$superEntityRepository protected_oe property

protected SuperEntityRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $superEntityRepository
Résultat Neos\Flow\Tests\Functional\Persistence\Fixtures\SuperEntityRepository;

$testablePersistenceEnabled protected_oe static_oe property

protected static bool $testablePersistenceEnabled
Résultat boolean