Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 28, 2017
1 parent d0e0460 commit 0224a9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .phpunit-watcher.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fileMask: '*.php'

directories:
- src
- tests2333
watch:
fileMask: '*.php'
directories:
- src
- tests
2 changes: 1 addition & 1 deletion src/WatcherCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function displayOptions(array $options, InputInterface $input, OutputI
{
$output = new SymfonyStyle($input, $output);

$output->title('Starting PHPUnit Watcher');
$output->title('PHPUnit Watcher');

$output->text("Tests will be rerun when {$options['watch']['fileMask']} files are modified in");

Expand Down

0 comments on commit 0224a9c

Please sign in to comment.