Changeset 29932 for trunk/tests/phpunit/tests/canonical.php
- Timestamp:
- 10/17/2014 12:40:06 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical.php
r28966 r29932 107 107 * @dataProvider data 108 108 */ 109 function test($test_url, $expected, $ticket = 0) { 109 function test( $test_url, $expected, $ticket = 0, $expected_doing_it_wrong = array() ) { 110 $this->expected_doing_it_wrong = array_merge( $this->expected_doing_it_wrong, (array) $expected_doing_it_wrong ); 111 110 112 if ( $ticket ) 111 113 $this->knownWPBug( $ticket ); … … 247 249 248 250 array( '/2012/13/', '/2012/'), 249 array( '/2012/11/51/', '/2012/11/' ),251 array( '/2012/11/51/', '/2012/11/', 0, array( 'WP_Date_Query' ) ), 250 252 251 253 // Authors
Note: See TracChangeset
for help on using the changeset viewer.