Cascade\Tests\Config\Loader\PhpArrayTest::testLoad PHP Method

testLoad() public method

Test loading a Php array
public testLoad ( )
    public function testLoad()
    {
        $array = Fixtures::getSamplePhpArray();
        $this->assertSame($array, $this->arrayLoader->load($array));
    }