Changeset 29932 for trunk/tests/phpunit/tests/query/conditionals.php
- Timestamp:
- 10/17/2014 12:40:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/conditionals.php
r29039 r29932 604 604 // '[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => 'index.php?attachment=$matches[1]&feed=$matches[2]', 605 605 606 /** 607 * @expectedIncorrectUsage WP_Date_Query 608 */ 606 609 function test_bad_dates() { 607 610 $this->go_to( '/2013/13/13/' );
Note: See TracChangeset
for help on using the changeset viewer.