如何在 cakephp 运行 中 运行 单元测试脚本 shell?

How can I run unit test script in cakephp shell?

在composer.json文件中添加php单元

"phpunit/phpunit": "^9.5",

我只是想 运行 cmd 中的测试脚本

在项目文件夹中我给出了命令

vendor/bin/phpunit 

低于结果

我将如何 运行 在 cakephp 应用程序中使用 php 单元测试脚本?我的蛋糕php版本:4.x

在 windows 中,您必须使用反斜杠而不是正斜杠来编写命令。

project>vendor\bin\phpunit