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 db83c36 commit 00ae900Copy full SHA for 00ae900
test/UnixTerminalTest.php
@@ -295,8 +295,5 @@ public function testGetColourSupport() : void
295
// Travis terminal supports 8 colours, but just in case
296
// in ever changes I'll add the 256 colors possibility too
297
self::assertTrue($terminal->getColourSupport() === 8 || $terminal->getColourSupport() === 256);
298
-
299
- var_dump(exec('infocmp screen'));
300
- exit();
301
}
302
0 commit comments