File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,9 @@ public function testMapDataFocalLengthIsCalculated()
130130
131131 /**
132132 * @group exiftool
133+ * @covers \PHPExif\Adapter\Exiftool::setNumeric
133134 * @covers \PHPExif\Adapter\Exiftool::mapData
135+ * @covers \PHPExif\Adapter\Exiftool::extractGPSCoordinates
134136 */
135137 public function testMapDataCreationDegGPSIsCalculated ()
136138 {
@@ -151,6 +153,7 @@ public function testMapDataCreationDegGPSIsCalculated()
151153 /**
152154 * @group exiftool
153155 * @covers \PHPExif\Adapter\Exiftool::mapData
156+ * @covers \PHPExif\Adapter\Exiftool::extractGPSCoordinates
154157 */
155158 public function testMapDataCreationNumericGPSIsCalculated ()
156159 {
Original file line number Diff line number Diff line change @@ -323,6 +323,8 @@ public function testMapDataCreationDateIsConvertedToDatetime()
323323 /**
324324 * @group native
325325 * @covers \PHPExif\Adapter\Native::mapData
326+ * @covers \PHPExif\Adapter\Native::extractGPSCoordinate
327+ * @covers \PHPExif\Adapter\Native::normalizeGPSComponent
326328 */
327329 public function testMapDataCreationGPSIsCalculated ()
328330 {
You can’t perform that action at this time.
0 commit comments