Changeset 30241
- Timestamp:
- 07/15/10 11:05:40 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPhpunitPlugin/branches/1.2-4/lib/task/sfPhpunitRuntestTask.class.php
r29458 r30241 27 27 $this->namespace = 'phpunit'; 28 28 $this->name = 'runtest'; 29 $this->aliases = array('phpunit'); 29 30 $this->briefDescription = 'Runs PHPUnit tests'; 30 31 $this->detailedDescription = <<<EOF