Changeset 8597 for trunk/tests/phpunit/testcases/core/avatars.php
- Timestamp:
- 07/11/2014 08:47:19 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/testcases/core/avatars.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/avatars.php
r8596 r8597 71 71 'user_id' => $this->administrator, 72 72 'title' => 'Test Title', 73 'path' => '/path' . time() . '/',73 'path' => '/path' . rand() . time() . '/', 74 74 ) ); 75 75
Note: See TracChangeset
for help on using the changeset viewer.