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

testGetSectionOf() public method

Test the getSectionOf function
public testGetSectionOf ( array $array, string $section, array $expected )
$array array Array of options
$section string Section key
$expected array Expected array for the given section
    public function testGetSectionOf(array $array, $section, array $expected)
    {
        $this->assertSame($expected, $this->mock->getSectionOf($array, $section));
    }