Build/Test Tools: Add seeking support to stream test library.

Introduces seeking to the `WP_Test_Stream` stream wrapper. This allows the testing of `wp_getimagesize()` and `wp_read_image_metadata()` among others. Includes tests for the latter.

Props hellofromTonya.
Fixes #52922.
See #52826.

Built from https://develop.svn.wordpress.org/trunk@50771


git-svn-id: http://core.svn.wordpress.org/trunk@50380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2021-04-20 03:03:07 +00:00
parent 596b9ed6ce
commit 02894474ba

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50770';
$wp_version = '5.8-alpha-50771';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.