Skip to content

Commit

Permalink
Removing some windows special behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Oct 6, 2016
1 parent f473032 commit e3118b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Reporter/Terminal.php
Expand Up @@ -88,12 +88,6 @@ public function __construct($config = [])
$this->_output = $config['output'];

$this->useColors($config['colors']);

if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
$this->_symbols['ok'] = 'V';
$this->_symbols['err'] = 'X';
$this->_symbols['dot'] = '.';
}
}

/**
Expand Down

0 comments on commit e3118b4

Please sign in to comment.