Changeset 51331 for trunk/tests/phpunit/tests/general/template.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/template.php
r50916 r51331 305 305 $custom_logo = get_custom_logo(); 306 306 $this->assertNotEmpty( $custom_logo ); 307 $this->assertI nternalType( 'string',$custom_logo );307 $this->assertIsString( $custom_logo ); 308 308 309 309 $this->_remove_custom_logo();
Note: See TracChangeset
for help on using the changeset viewer.