mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-13 19:11:41 +01:00
Tests: Remove redundant skip call in Tests_Image_Functions::get_image_editor_engine_classes()
.
The test bootstrap requires GD to be available, so this test skip condition will never be matched. Also, test skipping from within a helper method, which may be used in a data provider, can lead to test runtime errors. Follow-up to [49009], [49014], [49535], [49571], [51415]. Props jrf. See #55652. Built from https://develop.svn.wordpress.org/trunk@53497 git-svn-id: http://core.svn.wordpress.org/trunk@53086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
47a8b2f5de
commit
c7ab92451a
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53496';
|
||||
$wp_version = '6.1-alpha-53497';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user