Allow offline installs and testing.
authorGunnar Wrobel <p@rdus.de>
Mon, 4 Oct 2010 15:18:25 +0000 (17:18 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 4 Oct 2010 15:19:50 +0000 (17:19 +0200)
commit8989105beaf5feb7aa6732293c70f18552266b09
tree39639600cc264500370872bcc90a403b6321f767
parentffe864ea947b6ed55f6fb8158f29cbc66a200420
Allow offline installs and testing.
15 files changed:
components/TODO
components/lib/Components/Pear/InstallLocation.php
components/test/Components/Integration/Components/Module/InstallerTest.php [new file with mode: 0644]
components/test/Components/Integration/ComponentsTest.php
components/test/Components/StoryTestCase.php
components/test/Components/fixture/framework/Dependency/lib/Dependency.php [new file with mode: 0644]
components/test/Components/fixture/framework/Dependency/package.xml [new file with mode: 0644]
components/test/Components/fixture/framework/Install/lib/Install.php [new file with mode: 0644]
components/test/Components/fixture/framework/Install/package.xml [new file with mode: 0644]
components/test/Components/fixture/packages/Console_Getopt-1.9.1.tgz [new file with mode: 0644]
components/test/Components/fixture/packages/PEAR-1.9.1.tgz [new file with mode: 0644]
components/test/Components/fixture/pear/Console_Getopt/lib/Console.php [new file with mode: 0644]
components/test/Components/fixture/pear/Console_Getopt/package.xml [new file with mode: 0644]
components/test/Components/fixture/pear/PEAR/lib/PEAR.php [new file with mode: 0644]
components/test/Components/fixture/pear/PEAR/package.xml [new file with mode: 0644]