Changeset 40533 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 04/22/2017 10:54:15 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r40522 r40533 62 62 63 63 function test_path_is_absolute() { 64 if ( !is_callable('path_is_absolute') )65 $this->markTestSkipped();66 67 64 $absolute_paths = array( 68 65 '/', … … 82 79 83 80 function test_path_is_not_absolute() { 84 if ( !is_callable('path_is_absolute') )85 $this->markTestSkipped();86 87 81 $relative_paths = array( 88 82 '',
Note: See TracChangeset
for help on using the changeset viewer.