Skip to content

Commit

Permalink
Remove no more needed @doesNotPerformAssertions
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Oct 18, 2021
1 parent 9c09484 commit a045f87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/tests/Image/AbstractLayersTest.php
Expand Up @@ -182,9 +182,6 @@ public function testLayerArrayAccessOutOfBoundsExceptions($offset)
$layers[$offset] = $secondImage;
}

/**
* @doesNotPerformAssertions
*/
public function testAnimateEmpty()
{
try {
Expand All @@ -209,7 +206,6 @@ public function testAnimateEmpty()

/**
* @dataProvider provideAnimationParameters
* @doesNotPerformAssertions
*
* @param mixed $delay
* @param mixed $loops
Expand Down

0 comments on commit a045f87

Please sign in to comment.