mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
Build/Test Tools: Expect an absolute path in WP_TESTS_PHPUNIT_POLYFILLS_PATH
constant.
This commit: * Removes the use of `realpath()` to prevent issues with WSL and other virtualized filesystems. * Changes the logic of the Polyfill bootstrap loading to expect an absolute path, rather than a relative path to the root directory of the PHPUnit Polyfills library. * Adjusts the relevant inline documentation and error messages to expect an absolute path. * Breaks up error messages into smaller line lengths for readability. Follow-up to [51598], [51810], [51811], [51812]. Props jrf, schlessera, hellofromTonya, jeherve, lucatume. See #46149. Built from https://develop.svn.wordpress.org/trunk@51813 git-svn-id: http://core.svn.wordpress.org/trunk@51420 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dde311cae9
commit
3e3c3541e5
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51812';
|
||||
$wp_version = '5.9-alpha-51813';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user