PHP Class Neos\Eel\Tests\Unit\ContextTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Datei anzeigen Open project: neos/flow-development-collection

Public Methods

Method Description
arrayGetValues ( ) : array Data provider with array values
arrayValues ( ) : array Data provider with array values
getValueByPathForArrayValues ( mixed $value, string $path, mixed $expectedGetValue )
getValueByPathForObjectValues ( mixed $value, string $path, mixed $expectedGetValue )
objectGetValues ( ) : array Data provider with object values
simpleValues ( ) : array Data provider with simple values
unwrapArrayValues ( mixed $value, mixed $expectedUnwrappedValue )
unwrapSimpleValues ( mixed $value, mixed $expectedUnwrappedValue )

Method Details

arrayGetValues() public method

Data provider with array values
public arrayGetValues ( ) : array
return array

arrayValues() public method

Data provider with array values
public arrayValues ( ) : array
return array

getValueByPathForArrayValues() public method

public getValueByPathForArrayValues ( mixed $value, string $path, mixed $expectedGetValue )
$value mixed
$path string
$expectedGetValue mixed

getValueByPathForObjectValues() public method

public getValueByPathForObjectValues ( mixed $value, string $path, mixed $expectedGetValue )
$value mixed
$path string
$expectedGetValue mixed

objectGetValues() public method

Data provider with object values
public objectGetValues ( ) : array
return array

simpleValues() public method

Data provider with simple values
public simpleValues ( ) : array
return array

unwrapArrayValues() public method

public unwrapArrayValues ( mixed $value, mixed $expectedUnwrappedValue )
$value mixed
$expectedUnwrappedValue mixed

unwrapSimpleValues() public method

public unwrapSimpleValues ( mixed $value, mixed $expectedUnwrappedValue )
$value mixed
$expectedUnwrappedValue mixed