Changeset 101

Show
Ignore:
Timestamp:
12/19/07 11:17:38 (13 months ago)
Author:
iteman
Message:

- Improved the description.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/package.php

    r89 r101  
    7171$package->setDescription('Stagehand_TestRunner is automated test runners for PHPSpec, PHPUnit, and SimpleTest. 
    7272 
    73 Stagehand_TestRunner provides command line scripts to run tests automatically. These scripts automatically detect and run all tests that are suffixed with "Spec.php" (PHPSpec) or "TestCase.php" (PHPUnit/SimpleTest) under an arbitrary directory. Stagehand_TestRunner now supports PHPSpec, PHPUnit, and SimpleTest.'); 
     73Stagehand_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.'); 
    7474$package->setChannel('pear.piece-framework.com'); 
    7575$package->setLicense('BSD License (revised)', 'http://www.opensource.org/licenses/bsd-license.php');