Development

Changeset 28319

You must first sign up to be able to contribute.

Changeset 28319

Show
Ignore:
Timestamp:
02/28/10 14:32:33 (3 years ago)
Author:
FrankStelzer
Message:

[sfPHPUnit2Plugin] added compatibility task for symfony 1.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPHPUnit2Plugin/trunk/package.xml

    r28279 r28319  
    4343          <dir name="unit"> 
    4444            <file role="data" name="bootstrap.tpl" /> 
     45            <file role="data" name="bootstrap_compat.tpl" /> 
    4546            <file role="data" name="unit_test.tpl" /> 
    4647          </dir> 
     
    5556          <file role="data" name="sfPHPUnitFunctionalTask.class.php" /> 
    5657          <file role="data" name="sfPHPUnitGenerateBaseTask.class.php" /> 
     58          <file role="data" name="sfPHPUnitGenerateCompatTask.class.php" /> 
    5759          <file role="data" name="sfPHPUnitGenerateFunctionalTestTask.class.php" /> 
    5860          <file role="data" name="sfPHPUnitGenerateUnitTestTask.class.php" /> 
     
    104106      <license>MIT</license> 
    105107      <notes> 
    106         * added installation instruction with stability option      
     108        * added installation instruction with stability option 
    107109        * FrankStelzer: first usable version added, with unit and functional test support 
    108110      </notes>