@@ -68,7 +68,7 @@ public function testComparisonErrorMessage()
68
68
}
69
69
70
70
/**
71
- * @covers SebastianBergmann\Diff::toArray
71
+ * @covers SebastianBergmann\Diff::diffToArray
72
72
*/
73
73
public function testComparisonErrorMessage_toArray ()
74
74
{
@@ -91,7 +91,7 @@ public function testComparisonErrorStartSame()
91
91
}
92
92
93
93
/**
94
- * @covers SebastianBergmann\Diff::toArray
94
+ * @covers SebastianBergmann\Diff::diffToArray
95
95
*/
96
96
public function testComparisonErrorStartSame_toArray ()
97
97
{
@@ -114,7 +114,7 @@ public function testComparisonErrorEndSame()
114
114
}
115
115
116
116
/**
117
- * @covers SebastianBergmann\Diff::toArray
117
+ * @covers SebastianBergmann\Diff::diffToArray
118
118
*/
119
119
public function testComparisonErrorEndSame_toArray ()
120
120
{
@@ -137,7 +137,7 @@ public function testComparisonErrorStartAndEndSame()
137
137
}
138
138
139
139
/**
140
- * @covers SebastianBergmann\Diff::toArray
140
+ * @covers SebastianBergmann\Diff::diffToArray
141
141
*/
142
142
public function testComparisonErrorStartAndEndSame_toArray ()
143
143
{
@@ -160,7 +160,7 @@ public function testComparisonErrorStartSameComplete()
160
160
}
161
161
162
162
/**
163
- * @covers SebastianBergmann\Diff::toArray
163
+ * @covers SebastianBergmann\Diff::diffToArray
164
164
*/
165
165
public function testComparisonErrorStartSameComplete_toArray ()
166
166
{
@@ -183,7 +183,7 @@ public function testComparisonErrorEndSameComplete()
183
183
}
184
184
185
185
/**
186
- * @covers SebastianBergmann\Diff::toArray
186
+ * @covers SebastianBergmann\Diff::diffToArray
187
187
*/
188
188
public function testComparisonErrorEndSameComplete_toArray ()
189
189
{
@@ -206,7 +206,7 @@ public function testComparisonErrorOverlapingMatches()
206
206
}
207
207
208
208
/**
209
- * @covers SebastianBergmann\Diff::toArray
209
+ * @covers SebastianBergmann\Diff::diffToArray
210
210
*/
211
211
public function testComparisonErrorOverlapingMatches_toArray ()
212
212
{
@@ -229,7 +229,7 @@ public function testComparisonErrorOverlapingMatches2()
229
229
}
230
230
231
231
/**
232
- * @covers SebastianBergmann\Diff::toArray
232
+ * @covers SebastianBergmann\Diff::diffToArray
233
233
*/
234
234
public function testComparisonErrorOverlapingMatches2_toArray ()
235
235
{
0 commit comments