Phpunit Watcher Versions Save

A tool to automatically rerun PHPUnit tests when source code changes

1.23.6

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.23.5...1.23.6

1.23.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.23.4...1.23.5

1.23.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.23.3...1.23.4

1.23.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.23.2...1.23.3

1.23.2

3 years ago
  • replace passthru with echo (#133)

1.23.1

3 years ago
  • add support for PHP 8

1.23.0

3 years ago
  • add support for exclude and ignore options

1.22.1

3 years ago
  • merge options recursively in WatcherFactory to preserve nested values (#115)

1.22.0

4 years ago
  • add ability to control timeout for PHPUnit process (#104)

1.21.4

4 years ago
  • fix compatibility with yosymfony/resource-watcher (#101)