Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpunit-Cannot open file autoload.php #1

Open
wei98k opened this issue Sep 20, 2018 · 0 comments
Open

phpunit-Cannot open file autoload.php #1

wei98k opened this issue Sep 20, 2018 · 0 comments

Comments

@wei98k
Copy link

wei98k commented Sep 20, 2018

测试系统环境: MAC+docker

运行 ./vendor/bin/phpunit 报错误如下.
Cannot open file "/home/www-data/test/package/a/vendor/tekintian/tekintcaptcha/src\autoload.php".
把(\ 改为 /)

<phpunit bootstrap="src\autoload.php" verbose="true">

更改后: <phpunit bootstrap="src/autoload.php" verbose="true"> 才可以运行.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant