Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 1, 2017
1 parent 062051f commit 07f34d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `phpunit-watcher` will be documented in this file

## 1.1.0 - 2017-08-02

- add interactive commands

## 1.0.4 - 2017-08-01

- do not halt when watching a non existing directory
Expand Down
4 changes: 2 additions & 2 deletions src/Screens/Phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ protected function displayManual()
$this->terminal
->emptyLine()
->write('Press a to run all tests.')
->write('Press t to filter by a test name.')
->write('Press p to filter by a file name.')
->write('Press t to filter by test name.')
->write('Press p to filter by file name.')
->write('Press q to quit the watcher.')
->write('Press Enter to trigger a test run.');

Expand Down

0 comments on commit 07f34d2

Please sign in to comment.