phpunit throws “Argument #3 (No Value) of PHPUnit_TextUI_ResultPrinter::__construct() must be a value from ”never“, ”auto“ or ”always“”

后端 未结 2 1764
感动是毒
感动是毒 2021-01-13 04:03

I\'m just test playing with Php unit.

Here is my DependencyFailureTest class:

require_once \'../vendor/autoload.php\';
use PHPUnit\\Framework\\TestC         


        
2条回答
提交回复
热议问题