Tests: Further improve `Tests_Image_Functions::test_wp_crop_image*()` tests.
Includes: * Making the test method names more specific. * Converting one-off helper methods to static closures. * Adding a failure message to each assertion when multiple assertions are used in the test. Follow-up to [1126/tests], [1201/tests], [53292], [53495], [53522], [53538]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53541 git-svn-id: http://core.svn.wordpress.org/trunk@53130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
78bc43e7f8
commit
db04949ca0
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53540';
|
||||
$wp_version = '6.1-alpha-53541';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue