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?

2
  • this might help Commented Aug 20, 2018 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. Commented Aug 20, 2018 at 21:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.