diff options
Diffstat (limited to 'tests/phpunit/data/xmp/gps.result.php')
-rw-r--r-- | tests/phpunit/data/xmp/gps.result.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/phpunit/data/xmp/gps.result.php b/tests/phpunit/data/xmp/gps.result.php deleted file mode 100644 index 2d1243d5..00000000 --- a/tests/phpunit/data/xmp/gps.result.php +++ /dev/null @@ -1,12 +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' - ) -); - |