Changeset 32

Show
Ignore:
Timestamp:
07/12/07 11:55:22 (18 months ago)
Author:
iteman
Message:

- Changed the summary.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/package.php

    r30 r32  
    7676$package->setPackage('Stagehand_TestRunner'); 
    7777$package->setPackageType('php'); 
    78 $package->setSummary('Automated test runners for PHPUnit2 and PHPUnit.'); 
     78$package->setSummary('Automated test runners for PHPUnit2 and PHPUnit'); 
    7979$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.'); 
    8080$package->setChannel('pear.piece-framework.com');