Skip to content

Commit 2c0a8d2

Browse files
committed
Update covers annotations
1 parent 43d40df commit 2c0a8d2

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tests/ImageTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function setUp()
3131
*
3232
* @test
3333
* @covers ::resize
34-
* @covers ::resizeMulti
3534
*/
3635
public function resizeDownsizeToMoreVerticalAspect()
3736
{
@@ -69,7 +68,6 @@ public function resizeDownsizeToMoreVerticalAspect()
6968
*
7069
* @test
7170
* @covers ::resize
72-
* @covers ::resizeMulti
7371
*/
7472
public function resizeDownsizeToMoreHorizontalAspect()
7573
{
@@ -107,7 +105,6 @@ public function resizeDownsizeToMoreHorizontalAspect()
107105
*
108106
* @test
109107
* @covers ::resize
110-
* @covers ::resizeMulti
111108
*/
112109
public function resizeUpsizeToMoreHorizontalAspectWithoutGrow()
113110
{
@@ -145,7 +142,6 @@ public function resizeUpsizeToMoreHorizontalAspectWithoutGrow()
145142
*
146143
* @test
147144
* @covers ::resize
148-
* @covers ::resizeMulti
149145
*/
150146
public function resizeUpsizeToMoreHorizontalAspectWithGrow()
151147
{
@@ -183,7 +179,6 @@ public function resizeUpsizeToMoreHorizontalAspectWithGrow()
183179
*
184180
* @test
185181
* @covers ::resize
186-
* @covers ::resizeMulti
187182
*/
188183
public function resizeUpsizeToMoreVerticalAspect()
189184
{
@@ -219,7 +214,6 @@ public function resizeUpsizeToMoreVerticalAspect()
219214
/**
220215
* @test
221216
* @covers ::resize
222-
* @covers ::resizeMulti
223217
*/
224218
public function resizeWithUpsizeAndBestFit()
225219
{
@@ -234,7 +228,6 @@ public function resizeWithUpsizeAndBestFit()
234228
/**
235229
* @test
236230
* @covers ::resize
237-
* @covers ::resizeMulti
238231
*/
239232
public function resizeWithColorOfBlur()
240233
{
@@ -250,7 +243,6 @@ public function resizeWithColorOfBlur()
250243
/**
251244
* @test
252245
* @covers ::resize
253-
* @covers ::resizeMulti
254246
*/
255247
public function resizeWithBlurBackground()
256248
{
@@ -267,7 +259,6 @@ public function resizeWithBlurBackground()
267259
/**
268260
* @test
269261
* @covers ::resize
270-
* @covers ::resizeMulti
271262
*/
272263
public function resizeWithBurredBackgroundWithCustomBlurValue()
273264
{
@@ -394,7 +385,6 @@ public function resizeNonBoolBestFit()
394385
* Verify images are rotated according to EXIF header
395386
* @test
396387
* @covers ::resize
397-
* @covers ::resizeMulti
398388
*/
399389
public function resizeOrientation()
400390
{

0 commit comments

Comments
 (0)