Skip to content

Commit adba315

Browse files
Fix @Covers annotation
1 parent b530a2f commit adba315

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/DiffTest.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testComparisonErrorMessage()
6868
}
6969

7070
/**
71-
* @covers SebastianBergmann\Diff::toArray
71+
* @covers SebastianBergmann\Diff::diffToArray
7272
*/
7373
public function testComparisonErrorMessage_toArray()
7474
{
@@ -91,7 +91,7 @@ public function testComparisonErrorStartSame()
9191
}
9292

9393
/**
94-
* @covers SebastianBergmann\Diff::toArray
94+
* @covers SebastianBergmann\Diff::diffToArray
9595
*/
9696
public function testComparisonErrorStartSame_toArray()
9797
{
@@ -114,7 +114,7 @@ public function testComparisonErrorEndSame()
114114
}
115115

116116
/**
117-
* @covers SebastianBergmann\Diff::toArray
117+
* @covers SebastianBergmann\Diff::diffToArray
118118
*/
119119
public function testComparisonErrorEndSame_toArray()
120120
{
@@ -137,7 +137,7 @@ public function testComparisonErrorStartAndEndSame()
137137
}
138138

139139
/**
140-
* @covers SebastianBergmann\Diff::toArray
140+
* @covers SebastianBergmann\Diff::diffToArray
141141
*/
142142
public function testComparisonErrorStartAndEndSame_toArray()
143143
{
@@ -160,7 +160,7 @@ public function testComparisonErrorStartSameComplete()
160160
}
161161

162162
/**
163-
* @covers SebastianBergmann\Diff::toArray
163+
* @covers SebastianBergmann\Diff::diffToArray
164164
*/
165165
public function testComparisonErrorStartSameComplete_toArray()
166166
{
@@ -183,7 +183,7 @@ public function testComparisonErrorEndSameComplete()
183183
}
184184

185185
/**
186-
* @covers SebastianBergmann\Diff::toArray
186+
* @covers SebastianBergmann\Diff::diffToArray
187187
*/
188188
public function testComparisonErrorEndSameComplete_toArray()
189189
{
@@ -206,7 +206,7 @@ public function testComparisonErrorOverlapingMatches()
206206
}
207207

208208
/**
209-
* @covers SebastianBergmann\Diff::toArray
209+
* @covers SebastianBergmann\Diff::diffToArray
210210
*/
211211
public function testComparisonErrorOverlapingMatches_toArray()
212212
{
@@ -229,7 +229,7 @@ public function testComparisonErrorOverlapingMatches2()
229229
}
230230

231231
/**
232-
* @covers SebastianBergmann\Diff::toArray
232+
* @covers SebastianBergmann\Diff::diffToArray
233233
*/
234234
public function testComparisonErrorOverlapingMatches2_toArray()
235235
{

0 commit comments

Comments
 (0)