We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
测试系统环境: MAC+docker
运行 ./vendor/bin/phpunit 报错误如下. Cannot open file "/home/www-data/test/package/a/vendor/tekintian/tekintcaptcha/src\autoload.php". 把(\ 改为 /)
./vendor/bin/phpunit
\
/
TekinTCaptcha/phpunit.xml
Line 2 in 0f6099c
<phpunit bootstrap="src/autoload.php" verbose="true">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
测试系统环境: MAC+docker
运行
./vendor/bin/phpunit
报错误如下.Cannot open file "/home/www-data/test/package/a/vendor/tekintian/tekintcaptcha/src\autoload.php".
把(
\
改为/
)TekinTCaptcha/phpunit.xml
Line 2 in 0f6099c
更改后:
<phpunit bootstrap="src/autoload.php" verbose="true">
才可以运行.The text was updated successfully, but these errors were encountered: