Changeset 33815 for trunk/tests/phpunit/tests/theme.php
- Timestamp:
- 08/30/2015 09:44:38 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r29952 r33815 86 86 // Generic tests that should hold true for any theme 87 87 foreach ( $themes as $k => $theme ) { 88 // Don't run these checks for custom themes. 89 if ( empty( $theme['Author'] ) || false === strpos( $theme['Author'], 'WordPress' ) ) { 90 continue; 91 } 92 88 93 $this->assertEquals( $theme['Name'], $k ); 89 94 $this->assertNotEmpty( $theme['Title'] );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)