mirror of
git://develop.git.wordpress.org/
synced 2025-02-07 08:04:27 +01:00
As `preg_split()` is not a user-defined function, it causes notices when generating the code coverage report: {{{ "@covers ::preg_split" is invalid }}} Instead, it appears that the intention was to test the performance of these WordPress functions: * `get_html_split_regex()` * `_get_wptexturize_split_regex()` * `_get_wptexturize_shortcode_regex()` Follow-up to [34761], [53562]. See #39265, #55652. git-svn-id: https://develop.svn.wordpress.org/trunk@54051 602fd350-edb4-49c9-b593-d223f7449a82