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, 0 insertions, 11 deletions
diff --git a/tests/phpunit/data/xmp/gps.result.php b/tests/phpunit/data/xmp/gps.result.php
deleted file mode 100644
index 8ea9c68c..00000000
--- a/tests/phpunit/data/xmp/gps.result.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-$result = array( 'xmp-exif' =>
- array(
- 'GPSAltitude' => -3.14159265301,
- 'GPSDOP' => '5/1',
- 'GPSLatitude' => 88.51805555,
- 'GPSLongitude' => -21.12356945,
- 'GPSVersionID' => '2.2.0.0'
- )
-);