Changeset 39173 for trunk/tests/phpunit/tests/theme/themeDir.php
- Timestamp:
- 11/08/2016 11:49:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/themeDir.php
r39170 r39173 247 247 @mkdir( WP_CONTENT_DIR . '/themes/foo-themes' ); 248 248 249 $this->assert True( file_exists( WP_CONTENT_DIR . '/themes/foo' ));250 $this->assert True( file_exists( WP_CONTENT_DIR . '/themes/foo-themes'));249 $this->assertFileExists( WP_CONTENT_DIR . '/themes/foo' ); 250 $this->assertFileExists( WP_CONTENT_DIR . '/themes/foo-themes' ); 251 251 252 252 register_theme_directory( '/' );
Note: See TracChangeset
for help on using the changeset viewer.