Changeset 51403 for trunk/tests/phpunit/tests/query/setupPostdata.php
- Timestamp:
- 07/11/2021 12:41:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/setupPostdata.php
r50449 r51403 318 318 setup_postdata( $post2 ); 319 319 320 $this->assert True( empty( $GLOBALS['more'] ));320 $this->assertEmpty( $GLOBALS['more'] ); 321 321 } 322 322 … … 336 336 setup_postdata( $post ); 337 337 338 $this->assert True( empty( $GLOBALS['more'] ));338 $this->assertEmpty( $GLOBALS['more'] ); 339 339 } 340 340 … … 373 373 374 374 // $more should refer to the current loop. 375 $this->assert True( empty( $GLOBALS['more'] ));375 $this->assertEmpty( $GLOBALS['more'] ); 376 376 } 377 377 }
Note: See TracChangeset
for help on using the changeset viewer.