mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-26 02:57:45 +01:00
Add expectedIncorrectUsage flags for unit tests that generate invalid dates.
Since [29925], passing an invalid date to WP_Date_Query will generate a _doing_it_wrong() notice. The current changeset adds the `@expectedIncorrectUsage` flag to those existing unit tests that generate invalid dates, such as those that test canonical redirect and is_404() conditionals. Fixes #25834. Built from https://develop.svn.wordpress.org/trunk@29932 git-svn-id: http://core.svn.wordpress.org/trunk@29684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3949a8b6cc
commit
50f1b45594
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-20141016';
|
||||
$wp_version = '4.1-alpha-20141017';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user