PHPUnit 和 CakePHP 3 - 已在 paths.php 中定义的常量 DS

PHPUnit & CakePHP 3 - Constant DS already defined in paths.php

当我为我的 cake 3 项目 运行 phpunit 时,我收到以下通知:

PHP Notice: Constant DS already defined in /path/to/project/config/paths.php on line 18

但我没有找到它试图重新定义常量的地方?我的意思是 paths.php 中的定义是正确的!

更新您的 path.php 文件,使其看起来像这样:

https://github.com/cakephp/app/blob/master/config/paths.php#L18