Skip to content

Commit

Permalink
Remove test that is not related to the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo-d committed Apr 3, 2022
1 parent 3a39958 commit 8c79688
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/RuntimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ public function testGetVendorUrlReturnsPhpDotNetWhenRunningPhp(): void
$this->assertSame('https://secure.php.net/', $this->env->getVendorUrl());
}

public function testDiscardingCommentsReturnsFalseIfOpcacheIsNotActive(): void
{
$this->assertFalse((new Runtime)->discardsComments());
}

public function testGetCurrentSettingsReturnsEmptyDiffIfNoValuesArePassed()
{
$this->assertSame([], (new Runtime)->getCurrentSettings([]));
Expand Down

0 comments on commit 8c79688

Please sign in to comment.