Changeset 32
- Timestamp:
- 07/12/07 11:55:22 (18 months ago)
- Files:
-
- 1 modified
-
trunk/package.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.php
r30 r32 76 76 $package->setPackage('Stagehand_TestRunner'); 77 77 $package->setPackageType('php'); 78 $package->setSummary('Automated test runners for PHPUnit2 and PHPUnit .');78 $package->setSummary('Automated test runners for PHPUnit2 and PHPUnit'); 79 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.'); 80 80 $package->setChannel('pear.piece-framework.com');
