Skip to content

Commit

Permalink
CS/QA: remove some redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Aug 25, 2023
1 parent 68925d0 commit d08c2d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/BackCompat/Helper/GetVersionTest.php
Expand Up @@ -46,8 +46,6 @@ public function testGetVersion()
$this->markTestSkipped('The test for the Helper::getVersion() method will only run'
. ' if the PHPCS_VERSION environment variable is set, such as during a CI build'
. ' or when this variable has been set in the PHPUnit configuration file.');

return;
}

if ($expected === 'lowest') {
Expand Down

0 comments on commit d08c2d0

Please sign in to comment.