Changeset 42819
- Timestamp:
- 03/09/2018 05:47:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/themeFile.php
r42812 r42819 6 6 7 7 public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) { 8 if ( ! function_exists( 'symlink' ) ) { 9 self::markTestSkipped( 'symlink() is not available.' ); 10 } 8 11 if ( ! @symlink( DIR_TESTDATA . '/theme-file-parent', WP_CONTENT_DIR . '/themes/theme-file-parent' ) ) { 9 12 self::markTestSkipped( 'Could not create parent symlink.' );
Note: See TracChangeset
for help on using the changeset viewer.