Changeset 34
- Timestamp:
- 07/12/07 12:21:14 (18 months ago)
- Location:
- releases/release-0.5.0
- Files:
-
- 2 modified
-
package.php (modified) (2 diffs)
-
package.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
releases/release-0.5.0/package.php
r31 r34 76 76 $package->setPackage('Stagehand_TestRunner'); 77 77 $package->setPackageType('php'); 78 $package->setSummary('Automated test runners for PHPUnit2 and PHPUnit.'); 79 $package->setDescription('Stagehand_TestRunner provides command line scripts to run tests automatically. These scripts automatically detect and run all tests that are suffixed with "TestCase.php" under an arbitrary directory. Stagehand_TestRunner now supports PHPUnit2 and PHPUnit.'); 78 $package->setSummary('Automated test runners for PHPUnit2 and PHPUnit'); 79 $package->setDescription('Stagehand_TestRunner is automated test runners for PHPUnit2 and PHPUnit. 80 81 Stagehand_TestRunner provides command line scripts to run tests automatically. These scripts automatically detect and run all tests that are suffixed with "TestCase.php" under an arbitrary directory. Stagehand_TestRunner now supports PHPUnit2 and PHPUnit.'); 80 82 $package->setChannel('pear.piece-framework.com'); 81 83 $package->setLicense('BSD License (revised)', 'http://www.opensource.org/licenses/bsd-license.php'); … … 93 95 $package->addInstallAs('scripts/testrunner2', 'testrunner2'); 94 96 $package->addInstallAs('scripts/testrunner2.bat', 'testrunner2.bat'); 97 $package->addPackageDepWithChannel('required', 'PHPUnit', 'pear.phpunit.de', '1.3.2'); 95 98 $package->generateContents(); 96 99 -
releases/release-0.5.0/package.xml
r31 r34 7 7 <name>Stagehand_TestRunner</name> 8 8 <channel>pear.piece-framework.com</channel> 9 <summary>Automated test runners for PHPUnit2 and PHPUnit.</summary> 10 <description>Stagehand_TestRunner provides command line scripts to run tests automatically. These scripts automatically detect and run all tests that are suffixed with "TestCase.php" under an arbitrary directory. Stagehand_TestRunner now supports PHPUnit2 and PHPUnit.</description> 9 <summary>Automated test runners for PHPUnit2 and PHPUnit</summary> 10 <description>Stagehand_TestRunner is automated test runners for PHPUnit2 and PHPUnit. 11 12 Stagehand_TestRunner provides command line scripts to run tests automatically. These scripts automatically detect and run all tests that are suffixed with "TestCase.php" under an arbitrary directory. Stagehand_TestRunner now supports PHPUnit2 and PHPUnit.</description> 11 13 <lead> 12 14 <name>KUBO Atsuhiro</name> … … 16 18 </lead> 17 19 <date>2007-07-12</date> 18 <time>1 1:29:35</time>20 <time>12:14:48</time> 19 21 <version> 20 22 <release>0.5.0</release> … … 122 124 <min>1.4.3</min> 123 125 </pearinstaller> 126 <package> 127 <name>PHPUnit</name> 128 <channel>pear.phpunit.de</channel> 129 <min>1.3.2</min> 130 </package> 124 131 </required> 125 132 </dependencies>
