Как запустить PHPUnit в laravel (windows 10, openserver)?
Как запустить PHPUnit в laravel (windows 10, openserver)? Пробовал в консоли в папке проекта писать "phpunit", "php phpunit", "php artisan phpunit" - тест не запускаются. Что делать?
Битый час пытаюсь установить phpunit, но когда выполняю pear channel-discover pear.phpunit.de то выдает: "Discovering channel pear.phpunit.de over http:// failed with message: channel-add: Cannot open "pear.phpunit.de/channel.xml" (File http://pear.phpunit.de:80/channel.xml not valid (received: HTTP/1.1 410 Gone
))
Trying to discover channel pear.phpunit.de over https:// instead
Discovery of channel "pear.phpunit.de" failed (channel-add: Cannot open "https://pear.phpunit.de/channel.xml" (File https://pear.phpunit.de:443/channel.xml not valid (received: HTTP/1.1 410 Gone"
)))" Что не так?
Проблема в том, что в композере он подключен, но когда пытаюсь выполнить phpunit выдает "phpunit" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом." Что в этом случае не так?