我有一个父类和一个子类 - 加载了 spl_register_autoload()) 并且我正在尝试编写 PHPUnit 测试;我的继承有问题:当我运行测试时,会出现以下警告消息:
Warning: include(classes/PHPUnit\Composer\Autoload\ClassLoader.class.php): failed to open stream: No such file or directory in C:\wamp64\www\test\test\unit_tests\test\Employe9Test.php on line 36.
任何想法?