Changeset 39919 for trunk/tests/phpunit/tests/theme.php
- Timestamp:
- 01/17/2017 03:39:36 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r39173 r39919 303 303 $theme = wp_get_theme(); 304 304 $this->assertEquals( $style, (string) $theme ); 305 $this->assertNot Same( false,$theme->errors() );305 $this->assertNotFalse( $theme->errors() ); 306 306 $this->assertFalse( $theme->exists() ); 307 307
Note: See TracChangeset
for help on using the changeset viewer.