Changeset 38405 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 08/27/2016 03:27:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r38398 r38405 578 578 'is_embed', 579 579 'is_feed', 580 'is_front_page', 580 581 'is_home', 581 582 'is_month', … … 597 598 $true = func_get_args(); 598 599 600 foreach ( $true as $true_thing ) { 601 $this->assertContains( $true_thing, $all, "{$true_thing}() is not handled by assertQueryTrue()." ); 602 } 603 599 604 $passed = true; 600 605 $not_false = $not_true = array(); // properties that were not set to expected values
Note: See TracChangeset
for help on using the changeset viewer.