Components_Unit_Components_Component_DependencyListTest::testAllChannels PHP Method

testAllChannels() public method

public testAllChannels ( )
    public function testAllChannels()
    {
        $this->lessStrict();
        $comp = $this->getComponent(__DIR__ . '/../../../fixture/framework/Install');
        $this->assertEquals(array('pear.php.net', 'pear.horde.org'), $comp->getDependencyList()->listAllChannels());
    }