Changeset 38405 for trunk/tests/phpunit/tests/query/conditionals.php
- Timestamp:
- 08/27/2016 03:27:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/conditionals.php
r36625 r38405 30 30 function test_home() { 31 31 $this->go_to('/'); 32 $this->assertQueryTrue( 'is_home');32 $this->assertQueryTrue( 'is_home', 'is_front_page' ); 33 33 } 34 34 … … 256 256 for ( $i = 2; $i <= 3; $i++ ) { 257 257 $this->go_to("/page/{$i}/"); 258 $this->assertQueryTrue( 'is_home', 'is_paged');258 $this->assertQueryTrue( 'is_home', 'is_front_page', 'is_paged' ); 259 259 } 260 260 }
Note: See TracChangeset
for help on using the changeset viewer.