Changeset 48937 for trunk/tests/phpunit/tests/canonical.php
- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical.php
r47878 r48937 253 253 ); 254 254 $this->go_to( '/child-page-1' ); 255 $this->assert Equals( 'wp', redirect_guess_404_permalink() );255 $this->assertSame( 'wp', redirect_guess_404_permalink() ); 256 256 } 257 257 … … 269 269 270 270 // Test default 'non-strict' redirect guess. 271 $this->assert Equals( get_permalink( $post ), redirect_guess_404_permalink() );271 $this->assertSame( get_permalink( $post ), redirect_guess_404_permalink() ); 272 272 273 273 // Test 'strict' redirect guess.
Note: See TracChangeset
for help on using the changeset viewer.