FluidTYPO3\Fluidpages\Tests\Unit\Backend\BackendLayoutDataProviderTest::getEncodeTypoScriptArrayTestValues PHP Method

getEncodeTypoScriptArrayTestValues() public method

    public function getEncodeTypoScriptArrayTestValues()
    {
        return array(array(array('foo' => array('bar' => 'bar')), 'backend_layout.foo.bar = bar' . PHP_EOL), array(array('foo.' => array('bar' => 'bar')), 'backend_layout.foo.bar = bar' . PHP_EOL));
    }