File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/PHPExif/Reader/Adapter Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ public function testMapDataMapsFirstLevel()
206
206
207
207
/**
208
208
* @group native
209
- * @covers \PHPExif\Reader\ Adapter\Native::mapData
209
+ * @covers \PHPExif\Adapter\Native::mapData
210
210
*/
211
211
public function testMapDataMapsSecondLevel ()
212
212
{
@@ -225,7 +225,7 @@ public function testMapDataMapsSecondLevel()
225
225
226
226
/**
227
227
* @group native
228
- * @covers \PHPExif\Reader\ Adapter\Native::mapData
228
+ * @covers \PHPExif\Adapter\Native::mapData
229
229
*/
230
230
public function testMapDataReturnsArrayFalseValuesIfUndefined ()
231
231
{
@@ -305,7 +305,7 @@ public function testMapDataVerticalResolutionIsCalculated()
305
305
306
306
/**
307
307
* @group native-curr
308
- * @covers \PHPExif\Reader\ Adapter\Native::mapData
308
+ * @covers \PHPExif\Adapter\Native::mapData
309
309
*/
310
310
public function testMapDataCreationDateIsConvertedToDatetime ()
311
311
{
You can’t perform that action at this time.
0 commit comments