Cascade\Tests\Config\ConfigLoaderTest::testLoad PHP 메소드

testLoad() 공개 메소드

public testLoad ( )
    public function testLoad()
    {
        $json = Fixtures::getSampleJsonString();
        $this->assertEquals(json_decode($json, true), $this->loader->load($json));
    }