mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
* 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. git-svn-id: https://develop.svn.wordpress.org/trunk@53861 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| addRewriteEndpoint.php | ||
| addRewriteRule.php | ||
| numericSlugs.php | ||
| oldDateRedirect.php | ||
| oldSlugRedirect.php | ||
| permastructs.php | ||
| rewriteTags.php | ||
| wpResolveNumericSlugConflicts.php | ||