Changeset 33

Show
Ignore:
Timestamp:
07/12/07 12:17:59 (18 months ago)
Author:
iteman
Message:

- Added dependency to PHPUnit.
- Changed the description.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/package.php

    r32 r33  
    7777$package->setPackageType('php'); 
    7878$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.'); 
     79$package->setDescription('Stagehand_TestRunner is automated test runners for PHPUnit2 and PHPUnit. 
     80 
     81Stagehand_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.'); 
    8082$package->setChannel('pear.piece-framework.com'); 
    8183$package->setLicense('BSD License (revised)', 'http://www.opensource.org/licenses/bsd-license.php'); 
     
    9395$package->addInstallAs('scripts/testrunner2', 'testrunner2'); 
    9496$package->addInstallAs('scripts/testrunner2.bat', 'testrunner2.bat'); 
     97$package->addPackageDepWithChannel('required', 'PHPUnit', 'pear.phpunit.de', '1.3.2'); 
    9598$package->generateContents(); 
    9699 
  • trunk/package.xml

    r30 r33  
    77 <name>Stagehand_TestRunner</name> 
    88 <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 &quot;TestCase.php&quot; 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 
     12Stagehand_TestRunner provides command line scripts to run tests automatically. These scripts automatically detect and run all tests that are suffixed with &quot;TestCase.php&quot; under an arbitrary directory. Stagehand_TestRunner now supports PHPUnit2 and PHPUnit.</description> 
    1113 <lead> 
    1214  <name>KUBO Atsuhiro</name> 
     
    1618 </lead> 
    1719 <date>2007-07-12</date> 
    18  <time>11:29:35</time> 
     20 <time>12:14:48</time> 
    1921 <version> 
    2022  <release>0.5.0</release> 
     
    122124    <min>1.4.3</min> 
    123125   </pearinstaller> 
     126   <package> 
     127    <name>PHPUnit</name> 
     128    <channel>pear.phpunit.de</channel> 
     129    <min>1.3.2</min> 
     130   </package> 
    124131  </required> 
    125132 </dependencies>