Build/Test Tools: Add initial tests for the `WP_Filesystem_Direct` class.

Since `WP_Filesystem_Direct` is by far the most used filesystem abstraction class, this facilitates future changes with sufficient test coverage.

Props swissspidy, costdev, mukesh27.
Fixes #57774.
Built from https://develop.svn.wordpress.org/trunk@57753


git-svn-id: http://core.svn.wordpress.org/trunk@57254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2024-03-02 14:07:08 +00:00
parent 690fe018e1
commit 7013400867
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-beta3-57752';
$wp_version = '6.5-beta3-57753';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.