Changeset 28319
- Timestamp:
- 02/28/10 14:32:33 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPHPUnit2Plugin/trunk/package.xml
r28279 r28319 43 43 <dir name="unit"> 44 44 <file role="data" name="bootstrap.tpl" /> 45 <file role="data" name="bootstrap_compat.tpl" /> 45 46 <file role="data" name="unit_test.tpl" /> 46 47 </dir> … … 55 56 <file role="data" name="sfPHPUnitFunctionalTask.class.php" /> 56 57 <file role="data" name="sfPHPUnitGenerateBaseTask.class.php" /> 58 <file role="data" name="sfPHPUnitGenerateCompatTask.class.php" /> 57 59 <file role="data" name="sfPHPUnitGenerateFunctionalTestTask.class.php" /> 58 60 <file role="data" name="sfPHPUnitGenerateUnitTestTask.class.php" /> … … 104 106 <license>MIT</license> 105 107 <notes> 106 * added installation instruction with stability option 108 * added installation instruction with stability option 107 109 * FrankStelzer: first usable version added, with unit and functional test support 108 110 </notes>