0

I try to start my test with command

php vendor/bin/phpunit

but nothing happens

http://joxi.ru/Vm66DpgFDO7nvm

but if i try to execute command

php vendor/bin/phpunit --filter Test2484 tests/Unit/Test2484.php

i have result

http://joxi.ru/zANdqxKFBQKqam

what could be the problem?

Viktor
  • 1,532
  • 6
  • 22
  • 61
  • [this](https://stackoverflow.com/questions/7458644/phpunit-does-nothing-no-errors-no-output) might help – Amr Aly Aug 20 '18 at 15:11
  • 1
    Please try: `php -f vendor/bin/phpunit -- --verbose --debug` - this will show you the configuraiton file and list each test on it's own. – hakre Aug 20 '18 at 21:23

0 Answers0