Skip to content

Commit ea11b44

Browse files
authored
Add alt to Tests_Image_Meta::data_stream() metadata
1 parent 76c8a69 commit ea11b44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/phpunit/tests/image/meta.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public function data_stream() {
200200
'title' => '',
201201
'orientation' => '3',
202202
'keywords' => array(),
203+
'alt' => '',
203204
),
204205
),
205206
'Exif from a Nikon D70 with IPTC data added later' => array(
@@ -217,6 +218,7 @@ public function data_stream() {
217218
'title' => 'IPTC Headline',
218219
'orientation' => '0',
219220
'keywords' => array(),
221+
'alt' => '',
220222
),
221223
),
222224
'Exif from a DMC-LX2 camera with keywords' => array(
@@ -234,6 +236,7 @@ public function data_stream() {
234236
'title' => 'Photoshop Document Ttitle',
235237
'orientation' => '1',
236238
'keywords' => array( 'beach', 'baywatch', 'LA', 'sunset' ),
239+
'alt' => '',
237240
),
238241
),
239242
);

0 commit comments

Comments
 (0)