Skip to content

Commit d517b09

Browse files
committed
#reader-interface fixed @Covers notation
1 parent 000ecde commit d517b09

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/PHPExif/Reader/AdapterAbstractTest.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function setUp()
1414

1515
/**
1616
* @group adapter
17-
* @covers \PHPExif\ReaderAbstract::determinePropertyGetter
17+
* @covers \PHPExif\AdapterAbstract::determinePropertyGetter
1818
*/
1919
public function testDeterminePropertyGetter()
2020
{
@@ -31,7 +31,7 @@ public function testDeterminePropertyGetter()
3131

3232
/**
3333
* @group adapter
34-
* @covers \PHPExif\ReaderAbstract::determinePropertySetter
34+
* @covers \PHPExif\AdapterAbstract::determinePropertySetter
3535
*/
3636
public function testDeterminePropertySetter()
3737
{
@@ -48,7 +48,7 @@ public function testDeterminePropertySetter()
4848

4949
/**
5050
* @group adapter
51-
* @covers \PHPExif\ReaderAbstract::getClassConstantsOfType
51+
* @covers \PHPExif\AdapterAbstract::getClassConstantsOfType
5252
*/
5353
public function testGetClassConstantsOfTypeAlwaysReturnsArray()
5454
{
@@ -60,7 +60,7 @@ public function testGetClassConstantsOfTypeAlwaysReturnsArray()
6060

6161
/**
6262
* @group adapter
63-
* @covers \PHPExif\ReaderAbstract::getClassConstantsOfType
63+
* @covers \PHPExif\AdapterAbstract::getClassConstantsOfType
6464
*/
6565
public function testGetClassConstantsOfTypeReturnsCorrectData()
6666
{
@@ -74,7 +74,7 @@ public function testGetClassConstantsOfTypeReturnsCorrectData()
7474

7575
/**
7676
* @group adapter
77-
* @covers \PHPExif\ReaderAbstract::toArray
77+
* @covers \PHPExif\AdapterAbstract::toArray
7878
*/
7979
public function testToArrayReturnsPropertiesWithGetters()
8080
{
@@ -90,7 +90,7 @@ public function testToArrayReturnsPropertiesWithGetters()
9090

9191
/**
9292
* @group adapter
93-
* @covers \PHPExif\ReaderAbstract::toArray
93+
* @covers \PHPExif\AdapterAbstract::toArray
9494
*/
9595
public function testToArrayOmmitsPropertiesWithoutGetters()
9696
{
@@ -105,7 +105,7 @@ public function testToArrayOmmitsPropertiesWithoutGetters()
105105

106106
/**
107107
* @group adapter
108-
* @covers \PHPExif\ReaderAbstract::setOptions
108+
* @covers \PHPExif\AdapterAbstract::setOptions
109109
*/
110110
public function testSetOptionsReturnsCurrentInstance()
111111
{
@@ -115,7 +115,7 @@ public function testSetOptionsReturnsCurrentInstance()
115115

116116
/**
117117
* @group adapter
118-
* @covers \PHPExif\ReaderAbstract::setOptions
118+
* @covers \PHPExif\AdapterAbstract::setOptions
119119
*/
120120
public function testSetOptionsCorrectlySetsProperties()
121121
{
@@ -135,7 +135,7 @@ public function testSetOptionsCorrectlySetsProperties()
135135

136136
/**
137137
* @group adapter
138-
* @covers \PHPExif\ReaderAbstract::setOptions
138+
* @covers \PHPExif\AdapterAbstract::setOptions
139139
*/
140140
public function testSetOptionsIgnoresPropertiesWithoutSetters()
141141
{
@@ -154,7 +154,7 @@ public function testSetOptionsIgnoresPropertiesWithoutSetters()
154154

155155
/**
156156
* @group adapter
157-
* @covers \PHPExif\ReaderAbstract::__construct
157+
* @covers \PHPExif\AdapterAbstract::__construct
158158
*/
159159
public function testConstructorSetsOptions()
160160
{

0 commit comments

Comments
 (0)