Filesystem API: Add missing ZIP file for unzip tests.
In [56689], a ZIP file is needed in `tests/phpunit/data/filesystem/` but wasn't included in the changeset. This produced an error when attempting to create a subdirectory during the tests. This adds the `tests/phpunit/data/filesystem/archive.zip` file. Follow-up to [56689]. Props flixos90. Fixes #37719. Built from https://develop.svn.wordpress.org/trunk@56691 git-svn-id: http://core.svn.wordpress.org/trunk@56203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8964275967
commit
1c79a2c23b
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-alpha-56690';
|
||||
$wp_version = '6.4-alpha-56691';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue