Tests: Remove the `GLOB_BRACE` flag for `glob()` function from unit tests.
The flag was previously used in PDF preview tests when cleaning up temporary files. As noted in the PHP documentation, the flag is not available on some non-GNU systems, like Solaris or Alpine Linux. Follow-up to [40130]. Props amykamala, sawanoboly. Fixes #51661. Built from https://develop.svn.wordpress.org/trunk@49450 git-svn-id: http://core.svn.wordpress.org/trunk@49209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
25918dd10b
commit
812826a231
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-beta2-49392';
|
||||
$wp_version = '5.6-beta2-49450';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue