Extract the tree handling into a separate helper that should later also allow to...
authorGunnar Wrobel <p@rdus.de>
Wed, 13 Oct 2010 14:11:22 +0000 (16:11 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 13 Oct 2010 19:14:45 +0000 (21:14 +0200)
commit4efe096dee67b13b1e316e8784242ed0482cb6b9
tree0b49bb1e5b7b590fee91f315c44ddd98d70eeaab
parent76eefccc3f4871d1c15d827230045a7c7d6be070
Extract the tree handling into a separate helper that should later also allow to get a quick overview on package dependencies.
components/lib/Components/Helper/InstallationRun.php [new file with mode: 0644]
components/lib/Components/Helper/Tree.php [new file with mode: 0644]
components/lib/Components/Helper/Tree/Element.php [new file with mode: 0644]
components/lib/Components/Module/Installer.php
components/lib/Components/Pear/Factory.php
components/lib/Components/Runner/Installer.php
components/test/Components/StoryTestCase.php