Changeset 2972 for branches/felix-testing-implementation/src/testing/AgaviIFlowTestCase.interface.php
- Timestamp:
- 10/02/08 14:49:09 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/felix-testing-implementation/src/testing/AgaviIFlowTestCase.interface.php
r2869 r2972 30 30 interface AgaviIFlowTestCase extends AgaviITestCase 31 31 { 32 public function dispatch( AgaviITestCall $call);32 public function dispatch(); 33 33 34 public function assertValidationFailed( );34 public function assertValidationFailed($message = ''); 35 35 } 36 36

