Changeset 5857
- Timestamp:
- 11/04/07 18:24:37 (1 year ago)
- Files:
-
- trunk/test/unit/action/sfComponentTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/unit/action/sfComponentTest.php
r4957 r5857 16 16 class myComponent extends sfComponent 17 17 { 18 function execute( ) {}18 function execute($request) {} 19 19 } 20 20