Tests: Improve `Tests_Image_Functions::test_wp_crop_image*()` tests.
Includes: * Adding `@covers` annotations. * Adding a failure message to each assertion when multiple assertions are used in the test. Follow-up to [1126/tests], [53495], [53497], [53521], [53523], [53524], [53525], [53526], [53529], [53530], [53531], [53537]. Props jrf. See #55652. Built from https://develop.svn.wordpress.org/trunk@53538 git-svn-id: http://core.svn.wordpress.org/trunk@53127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
26561d6b94
commit
30836ec0bd
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.1-alpha-53537';
|
$wp_version = '6.1-alpha-53538';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue