Tests: Move `wp_filesize()` tests to their own file.
This aims to make the tests more discoverable and easier to expand. Includes splitting the `wp_filesize` and `pre_wp_filesize` filter tests into a separate test case. Follow-up to [52837], [52932], [54402]. Props pbearne, spacedmonkey, SergeyBiryukov. See #57171. Built from https://develop.svn.wordpress.org/trunk@54861 git-svn-id: http://core.svn.wordpress.org/trunk@54413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c7457d772e
commit
e2ba63091d
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-54860';
|
||||
$wp_version = '6.2-alpha-54861';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue