When I run a phpunit
command in terminal console, I got Php warning.
I've tried to run vendor/bin/phpunit
but the result is the same.
This is an error:
PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in D:\xampp\php\pear\PHPUnit\TextUI\Command.php on line 277 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in D:\xampp\php\pear\PHPUnit\TextUI\Command.php on line 277 PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in D:\xampp\php\pear\PHPUnit\TextUI\Command.php on line 285
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in D:\xampp\php\pear\PHPUnit\TextUI\Command.php on line 285 PHPUnit 3.7.21 by Sebastian Bergmann.