diff options
Diffstat (limited to 'tests/phpunit/data/xmp/utf16BE.result.php')
-rw-r--r-- | tests/phpunit/data/xmp/utf16BE.result.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/phpunit/data/xmp/utf16BE.result.php b/tests/phpunit/data/xmp/utf16BE.result.php new file mode 100644 index 00000000..ac7ea506 --- /dev/null +++ b/tests/phpunit/data/xmp/utf16BE.result.php @@ -0,0 +1,12 @@ +<?php + +$result = array( + 'xmp-exif' => + array( + 'DigitalZoomRatio' => '0/10', + ), + 'xmp-general' => + array( + 'Label' => '' + ), +); |