summaryrefslogtreecommitdiff
path: root/tests/phpunit/data/xmp/gps.result.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/data/xmp/gps.result.php')
-rw-r--r--tests/phpunit/data/xmp/gps.result.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/phpunit/data/xmp/gps.result.php b/tests/phpunit/data/xmp/gps.result.php
new file mode 100644
index 00000000..8ea9c68c
--- /dev/null
+++ b/tests/phpunit/data/xmp/gps.result.php
@@ -0,0 +1,11 @@
+<?php
+
+$result = array( 'xmp-exif' =>
+ array(
+ 'GPSAltitude' => -3.14159265301,
+ 'GPSDOP' => '5/1',
+ 'GPSLatitude' => 88.51805555,
+ 'GPSLongitude' => -21.12356945,
+ 'GPSVersionID' => '2.2.0.0'
+ )
+);