Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit f596b77

Browse files
Force enable colors for this test
1 parent 5ae5ba7 commit f596b77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test-table-ascii.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public function testDrawOneColumnTable() {
7474
* At the same time it checks that `green` defined in `cli\Colors` really looks as `green`.
7575
*/
7676
public function testDrawOneColumnColoredTable() {
77+
Colors::enable( true );
7778
$headers = array('Test Header');
7879
$rows = array(
7980
array(Colors::colorize('%Gx%n', true)),

0 commit comments

Comments
 (0)