Changeset 48937 for trunk/tests/phpunit/tests/admin/includesTheme.php
- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesTheme.php
r47122 r48937 96 96 get_page_templates( null, 'post' ) 97 97 ); 98 $this->assert Equals( array(), get_page_templates( null, 'bar' ) );98 $this->assertSame( array(), get_page_templates( null, 'bar' ) ); 99 99 } 100 100 … … 167 167 ); 168 168 169 $this->assert Equals( array(), get_page_templates( null, 'bar' ) );169 $this->assertSame( array(), get_page_templates( null, 'bar' ) ); 170 170 } 171 171
Note: See TracChangeset
for help on using the changeset viewer.