Changeset 4681 for branches/1.0/tests/models/ConcreteEmail.php
- Timestamp:
- 07/13/08 01:04:42 (6 months ago)
- Files:
-
- 1 modified
-
branches/1.0/tests/models/ConcreteEmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/tests/models/ConcreteEmail.php
r2353 r4681 4 4 public function setUp() 5 5 { 6 $this-> loadTemplate('EmailTemplate');6 $this->actAs('EmailTemplate'); 7 7 } 8 8 }