mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Tests: Improve the test for not throwing a warning on malformed date queries.
* Make it specifically about `wp_resolve_numeric_slug_conflicts()`, the function that was throwing an `Undefined array key "year"` PHP warning for malformed date requests. * Move the test under the `rewrite` component and make its name a bit more descriptive. * Check the return result of the function instead of performing a dummy assertion. * Use named array keys in the data provider for clarity. * Add missing `@covers` tag. Follow-up to [32648], [53857]. Props costdev, peterwilsoncc, 1naveengiri, mukesh27, SergeyBiryukov. See #52252, #45513. Built from https://develop.svn.wordpress.org/trunk@53861 git-svn-id: http://core.svn.wordpress.org/trunk@53420 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a5506304e
commit
6e38153854
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53860';
|
||||
$wp_version = '6.1-alpha-53861';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user