Cascade\Tests\Config\Loader\FileLoader\FileLoaderAbstractTest::testReadFrom PHP Method

testReadFrom() public method

Test loading config from a valid file
public testReadFrom ( )
    public function testReadFrom()
    {
        $this->assertEquals(Fixtures::getSampleYamlString(), $this->mock->readFrom(Fixtures::getSampleYamlFile()));
    }