kenjis / ci-app-for-ci-phpunit-test

CodeIgniter Test Application for ci-phpunit-test
31 stars 20 forks source link

Faild to open tream: No such file or directory in ~\ci-app-for-ci-phpunit-test\application\tests\Bootstrap.php on line 298 #25

Open joykim93 opened 1 year ago

joykim93 commented 1 year ago

Hi! Thank for your great work.

I have tried to make test code with your library. But I have problems when I used command line below:

./vendor/bin/phpunit -c application/tests/ application/tests/controllers/Welcome_test.php

The occured error is following:

Faild to open tream: No such file or directory in ~\ci-app-for-ci-phpunit-test\application\tests\Bootstrap.php on line 298

I am looking forward to any response from you.