Build/Test Tools: Add tests coverage for `_wp_check_alternate_file_names()`.
This changeset adds missing unit tests for this function. Props pbearne, costdev, peterwilsoncc. Fixes #55199. Built from https://develop.svn.wordpress.org/trunk@54422 git-svn-id: http://core.svn.wordpress.org/trunk@53981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0a0f4795bb
commit
62edbe0bbe
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-beta3-54421';
|
||||
$wp_version = '6.1-beta3-54422';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue