Skip to content

Commit

Permalink
Merge pull request #1136: apply Rector on tests files
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Sep 5, 2024
1 parent 1e26c23 commit 9b65a0f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ abstract class TestCase extends BaseTestCase
*/
protected $second;

/**
* @return void
*/
public function setUp(): void
{
parent::setUp();
Expand All @@ -42,19 +39,13 @@ public function setUp(): void
);
}

/**
* @return void
*/
public function tearDown(): void
{
$this->cleanTempDirectory();

parent::tearDown();
}

/**
* @return void
*/
protected function cleanTempDirectory(): void
{
$iterator = new \RecursiveIteratorIterator(
Expand Down

0 comments on commit 9b65a0f

Please sign in to comment.