Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Apr 9, 2021
1 parent af0ff0c commit 111eb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UtilsTest.php
Expand Up @@ -32,12 +32,12 @@ final class UtilsTest extends TestCase

private $originalValueOfFutureMode;

public function doSetUp()
protected function doSetUp()
{
$this->originalValueOfFutureMode = getenv('PHP_CS_FIXER_FUTURE_MODE');
}

public function doTearDown()
protected function doTearDown()
{
putenv("PHP_CS_FIXER_FUTURE_MODE={$this->originalValueOfFutureMode}");
}
Expand Down

0 comments on commit 111eb86

Please sign in to comment.