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