Changeset 38382 for trunk/tests/phpunit/tests/actions.php
- Timestamp:
- 08/26/2016 08:21:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/actions.php
r38251 r38382 145 145 146 146 function test_did_action() { 147 $tag1 = rand_str();148 $tag2 = rand_str();147 $tag1 = 'action1'; 148 $tag2 = 'action2'; 149 149 150 150 // do action tag1 but not tag2
Note: See TracChangeset
for help on using the changeset viewer.