Skip to content

Commit

Permalink
phpunit 命令支持
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Apr 26, 2021
1 parent 516b994 commit 4fa1b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/CommandRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function __construct()
CommandManager::getInstance()->addCommand(new Crontab());
CommandManager::getInstance()->addCommand(new Process());
CommandManager::getInstance()->addCommand(new Server());
CommandManager::getInstance()->addCommand(new PhpunitCommand());
//预防日后注解库DocCommand有变动影响到主库
if (class_exists(DocCommand::class)) {
CommandManager::getInstance()->addCommand(new DocCommand());
Expand Down

0 comments on commit 4fa1b8c

Please sign in to comment.