Skip to content

Commit 61533c9

Browse files
committed
add phpunit coverage reference
1 parent 272fc2d commit 61533c9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/PHPExif/Adapter/ExiftoolTest.php

+3
Original file line numberDiff line numberDiff 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
{

tests/PHPExif/Adapter/NativeTest.php

+2
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)