Changeset 887 in tests
- Timestamp:
- 07/08/2012 12:34:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_actions.php
r886 r887 10 10 function test_simple_action() { 11 11 $a = new MockAction(); 12 $tag = rand_str();12 $tag = 'test_action'; 13 13 14 14 add_action($tag, array(&$a, 'action'));
Note: See TracChangeset
for help on using the changeset viewer.