Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Array to string conversion in WatcherCommand on line 121 #143

Closed
dkd-kaehm opened this issue Jan 31, 2022 · 1 comment · Fixed by #144
Closed

[BUG] Array to string conversion in WatcherCommand on line 121 #143

dkd-kaehm opened this issue Jan 31, 2022 · 1 comment · Fixed by #144

Comments

@dkd-kaehm
Copy link
Contributor

The fileMask can be an array, which works as expected, but by starting the watching the warn notice is shown and the message does not contain the configured fileMask properly.

See:

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

@freekmurze
Copy link
Member

Feel free to send a PR with a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants