PHP Класс Neos\Eel\Tests\Unit\ContextTest

Наследование: extends Neos\Flow\Tests\UnitTestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )

Описание методов

arrayGetValues() публичный Метод

Data provider with array values
public arrayGetValues ( ) : array
Результат array

arrayValues() публичный Метод

Data provider with array values
public arrayValues ( ) : array
Результат array

getValueByPathForArrayValues() публичный Метод

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

getValueByPathForObjectValues() публичный Метод

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

objectGetValues() публичный Метод

Data provider with object values
public objectGetValues ( ) : array
Результат array

simpleValues() публичный Метод

Data provider with simple values
public simpleValues ( ) : array
Результат array

unwrapArrayValues() публичный Метод

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

unwrapSimpleValues() публичный Метод

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