Skip to content

Commit 00ae900

Browse files
authored
Remove previous debug
1 parent db83c36 commit 00ae900

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/UnixTerminalTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,5 @@ public function testGetColourSupport() : void
295295
// Travis terminal supports 8 colours, but just in case
296296
// in ever changes I'll add the 256 colors possibility too
297297
self::assertTrue($terminal->getColourSupport() === 8 || $terminal->getColourSupport() === 256);
298-
299-
var_dump(exec('infocmp screen'));
300-
exit();
301298
}
302299
}

0 commit comments

Comments
 (0)