Changeset 40517
- Timestamp:
- 04/22/2017 05:29:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-canonical.php
r38654 r40517 169 169 170 170 if ( !isset($expected['url']) && !isset($expected['qv']) ) 171 $this-> markTestSkipped('No valid expected output was provided');171 $this->fail( 'No valid expected output was provided' ); 172 172 173 173 $this->go_to( home_url( $test_url ) ); … … 182 182 } 183 183 184 // If the test data doesn't include expected query vars, then we're done here 184 185 if ( ! isset($expected['qv']) ) 185 186 return;
Note: See TracChangeset
for help on using the changeset viewer.