PHP Class Neos\Flow\Tests\Functional\Validation\ValidationTest

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

Protected Properties

Property Type Description
$testEntityRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEntityRepository
$testablePersistenceEnabled boolean

Public Methods

Method Description
setUp ( ) : void
validationIsEnforcedForChildObjects ( )
validationIsEnforcedForParentObject ( )
validationIsEnforcedOnSuccessiveRequests ( ) The ValidationResolver has a 1st level cache. This test ensures that this cache is flushed between two requests.
validationIsStoppedAtAggregateBoundaries ( )

Method Details

setUp() public method

public setUp ( ) : void
return void

validationIsEnforcedForChildObjects() public method

validationIsEnforcedForParentObject() public method

validationIsEnforcedOnSuccessiveRequests() public method

The ValidationResolver has a 1st level cache. This test ensures that this cache is flushed between two requests.

validationIsStoppedAtAggregateBoundaries() public method

Property Details

$testEntityRepository protected property

protected TestEntityRepository,Neos\Flow\Tests\Functional\Persistence\Fixtures $testEntityRepository
return Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEntityRepository

$testablePersistenceEnabled protected static property

protected static bool $testablePersistenceEnabled
return boolean