Media: Introduce tests for `media_sideload_image()`.
Adds basic tests for `media_sideload_image()`, including testing the return arguments. Props westonruter, mikeschroder. Fixes #19629. Built from https://develop.svn.wordpress.org/trunk@40842 git-svn-id: http://core.svn.wordpress.org/trunk@40693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b015889bb8
commit
2117fa8cee
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-beta2-40841';
|
||||
$wp_version = '4.8-beta2-40842';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue