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

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

Protected Properties

Property 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

Public Methods

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

Method Details

addingASuperTypeToAMoreSpecificRepositoryThrowsAnException() public method

countAllCountsSubTypesOfTheManagedType() public method

findAllReturnsQueryResult() public method

findAllReturnsSubTypesOfTheManagedType() public method

findByIdentifierReturnsSubTypesOfTheManagedType() public method

instancesOfTheManagedTypeCanBeAddedAndRetrieved() public method

modificationsOnRetrievedEntitiesAreNotPersistedAutomatically() public method

modificationsOnRetrievedEntitiesArePersistedIfUpdateHasBeenCalled() public method

setUp() public method

public setUp ( ) : void
return void

subTypesOfTheManagedTypeCanBeAddedAndRetrieved() public method

subTypesOfTheManagedTypeCanBeRemoved() public method

subTypesOfTheManagedTypeCanBeUpdated() public method

usingASpecificRepositoryForSubTypesWorks() public method

Property Details

$postRepository protected property

protected PostRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $postRepository
return Neos\Flow\Tests\Functional\Persistence\Fixtures\PostRepository;

$subSubEntityRepository protected property

protected SubSubEntityRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $subSubEntityRepository
return Neos\Flow\Tests\Functional\Persistence\Fixtures\SubSubEntityRepository;

$superEntityRepository protected property

protected SuperEntityRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $superEntityRepository
return Neos\Flow\Tests\Functional\Persistence\Fixtures\SuperEntityRepository;

$testablePersistenceEnabled protected static property

protected static bool $testablePersistenceEnabled
return boolean