Changeset 101
- Timestamp:
- 12/19/07 11:17:38 (13 months ago)
- Files:
-
- 1 modified
-
trunk/package.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.php
r89 r101 71 71 $package->setDescription('Stagehand_TestRunner is automated test runners for PHPSpec, PHPUnit, and SimpleTest. 72 72 73 Stagehand_TestRunner provides command line scripts to run tests automatically. These scripts automatically detect and run all tests that are suffixedwith "Spec.php" (PHPSpec) or "TestCase.php" (PHPUnit/SimpleTest) under an arbitrary directory. Stagehand_TestRunner now supports PHPSpec, PHPUnit, and SimpleTest.');73 Stagehand_TestRunner provides command line scripts to run tests automatically. These scripts automatically detect and run all tests ending with "Spec.php" (PHPSpec) or "TestCase.php" (PHPUnit/SimpleTest) under an arbitrary directory. Stagehand_TestRunner now supports PHPSpec, PHPUnit, and SimpleTest.'); 74 74 $package->setChannel('pear.piece-framework.com'); 75 75 $package->setLicense('BSD License (revised)', 'http://www.opensource.org/licenses/bsd-license.php');
