We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218b3b1 commit 7569a9eCopy full SHA for 7569a9e
tests/system/Commands/Utilities/PhpIniCheckTest.php
@@ -15,7 +15,6 @@
15
16
use CodeIgniter\Test\CIUnitTestCase;
17
use CodeIgniter\Test\StreamFilterTrait;
18
-use Config\App;
19
use PHPUnit\Framework\Attributes\Group;
20
21
/**
@@ -60,7 +59,7 @@ public function testCommandCheckOpcache(): void
60
59
{
61
command('phpini:check opcache');
62
63
- $this->assertStringContainsString("opcache.save_comments", $this->getBuffer());
+ $this->assertStringContainsString('opcache.save_comments', $this->getBuffer());
64
}
65
66
public function testCommandCheckNoExistsArg(): void
0 commit comments