I try to start my test with command
php vendor/bin/phpunit
but nothing happens
but if i try to execute command
php vendor/bin/phpunit --filter Test2484 tests/Unit/Test2484.php
i have result
what could be the problem?
I try to start my test with command
php vendor/bin/phpunit
but nothing happens
but if i try to execute command
php vendor/bin/phpunit --filter Test2484 tests/Unit/Test2484.php
i have result
what could be the problem?