Skip to content

Commit 7569a9e

Browse files
committed
fix: run cs-fixer
1 parent 218b3b1 commit 7569a9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/system/Commands/Utilities/PhpIniCheckTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
use CodeIgniter\Test\CIUnitTestCase;
1717
use CodeIgniter\Test\StreamFilterTrait;
18-
use Config\App;
1918
use PHPUnit\Framework\Attributes\Group;
2019

2120
/**
@@ -60,7 +59,7 @@ public function testCommandCheckOpcache(): void
6059
{
6160
command('phpini:check opcache');
6261

63-
$this->assertStringContainsString("opcache.save_comments", $this->getBuffer());
62+
$this->assertStringContainsString('opcache.save_comments', $this->getBuffer());
6463
}
6564

6665
public function testCommandCheckNoExistsArg(): void

0 commit comments

Comments
 (0)