Changeset 45418 for trunk/tests/phpunit/includes/abstract-testcase.php
- Timestamp:
- 05/25/2019 09:58:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r44966 r45418 909 909 * @since 3.8.0 Moved from `Tests_Query_Conditionals` to `WP_UnitTestCase`. 910 910 * 911 * @param string $prop,...Any number of WP_Query properties that are expected to be true for the current request.911 * @param string ...$prop Any number of WP_Query properties that are expected to be true for the current request. 912 912 */ 913 913 public function assertQueryTrue() {
Note: See TracChangeset
for help on using the changeset viewer.