Changeset 30268 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 11/07/2014 01:36:05 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/testcase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r30001 r30268 370 370 $tmp_dir = '/tmp'; 371 371 } 372 $tmp_dir = realpath( $ dir );372 $tmp_dir = realpath( $tmp_dir ); 373 373 return tempnam( $tmp_dir, 'wpunit' ); 374 374 }
Note: See TracChangeset
for help on using the changeset viewer.