PHP Class Neos\ContentRepository\Tests\Unit\Transformations\SetDimensionsTest

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

Public Methods

Method Description
setDimensionsFillsInDefaultDimensionsAndValues ( )
setDimensionsInput ( ) : array
setDimensionsWorksAsExpected ( array $setValues, array $expectedValues, array $configuredDimensions = null )

Method Details

setDimensionsFillsInDefaultDimensionsAndValues() public method

setDimensionsInput() public method

public setDimensionsInput ( ) : array
return array

setDimensionsWorksAsExpected() public method

public setDimensionsWorksAsExpected ( array $setValues, array $expectedValues, array $configuredDimensions = null )
$setValues array The values passed to the transformation
$expectedValues array The values that are expected to be set on the node
$configuredDimensions array Optional set of dimensions "configured in the system"