elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

Result printer not working on iTerm #256

Closed elliotchance closed 9 years ago

elliotchance commented 9 years ago

iTerm does not understand the escape codes, the fix is changing F to A:

        $this->write("\033[3A");

in DefaultResultPrinter.php

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 300e4089ad0f40f1eb8f795c33a4c6c4106ba5cf on 1.7.2/256-iterm into f1904406f3fc727285613d28b4e1a64b1a9c1cb1 on release/1.7.2.

scrutinizer-notifier commented 9 years ago

The inspection completed: No new issues