File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,9 @@ public function testMapDataFocalLengthIsCalculated()
130
130
131
131
/**
132
132
* @group exiftool
133
+ * @covers \PHPExif\Adapter\Exiftool::setNumeric
133
134
* @covers \PHPExif\Adapter\Exiftool::mapData
135
+ * @covers \PHPExif\Adapter\Exiftool::extractGPSCoordinates
134
136
*/
135
137
public function testMapDataCreationDegGPSIsCalculated ()
136
138
{
@@ -151,6 +153,7 @@ public function testMapDataCreationDegGPSIsCalculated()
151
153
/**
152
154
* @group exiftool
153
155
* @covers \PHPExif\Adapter\Exiftool::mapData
156
+ * @covers \PHPExif\Adapter\Exiftool::extractGPSCoordinates
154
157
*/
155
158
public function testMapDataCreationNumericGPSIsCalculated ()
156
159
{
Original file line number Diff line number Diff line change @@ -323,6 +323,8 @@ public function testMapDataCreationDateIsConvertedToDatetime()
323
323
/**
324
324
* @group native
325
325
* @covers \PHPExif\Adapter\Native::mapData
326
+ * @covers \PHPExif\Adapter\Native::extractGPSCoordinate
327
+ * @covers \PHPExif\Adapter\Native::normalizeGPSComponent
326
328
*/
327
329
public function testMapDataCreationGPSIsCalculated ()
328
330
{
You can’t perform that action at this time.
0 commit comments