Cascade\Tests\Config\Loader\PhpArrayTest::testLoad PHP 메소드

testLoad() 공개 메소드

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