Skip to content

Commit df2b296

Browse files
author
Tom Van Herreweghe
committed
Fix coverage: wrong FQCN used in NativeTest
Signed-off-by: Tom Van Herreweghe <[email protected]>
1 parent e14f316 commit df2b296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/PHPExif/Reader/Adapter/NativeTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function testMapDataMapsFirstLevel()
206206

207207
/**
208208
* @group native
209-
* @covers \PHPExif\Reader\Adapter\Native::mapData
209+
* @covers \PHPExif\Adapter\Native::mapData
210210
*/
211211
public function testMapDataMapsSecondLevel()
212212
{
@@ -225,7 +225,7 @@ public function testMapDataMapsSecondLevel()
225225

226226
/**
227227
* @group native
228-
* @covers \PHPExif\Reader\Adapter\Native::mapData
228+
* @covers \PHPExif\Adapter\Native::mapData
229229
*/
230230
public function testMapDataReturnsArrayFalseValuesIfUndefined()
231231
{
@@ -305,7 +305,7 @@ public function testMapDataVerticalResolutionIsCalculated()
305305

306306
/**
307307
* @group native-curr
308-
* @covers \PHPExif\Reader\Adapter\Native::mapData
308+
* @covers \PHPExif\Adapter\Native::mapData
309309
*/
310310
public function testMapDataCreationDateIsConvertedToDatetime()
311311
{

0 commit comments

Comments
 (0)