Changeset 7953
- Timestamp:
- 03/18/08 18:40:35 (7 months ago)
- Files:
-
- branches/1.1/lib/task/test/sfTestAllTask.class.php (modified) (1 diff)
- branches/1.1/lib/task/test/sfTestFunctionalTask.class.php (modified) (1 diff)
- branches/1.1/lib/task/test/sfTestUnitTask.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/task/test/sfTestAllTask.class.php
r6931 r7953 24 24 protected function configure() 25 25 { 26 $this->aliases = array('test-all'); 26 27 $this->namespace = 'test'; 27 28 $this->name = 'all'; branches/1.1/lib/task/test/sfTestFunctionalTask.class.php
r6931 r7953 29 29 )); 30 30 31 $this->aliases = array('test-functional'); 31 32 $this->namespace = 'test'; 32 33 $this->name = 'functional'; branches/1.1/lib/task/test/sfTestUnitTask.class.php
r6931 r7953 28 28 )); 29 29 30 $this->aliases = array('test-unit'); 30 31 $this->namespace = 'test'; 31 32 $this->name = 'unit';