mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
update MessageUtilTest
This commit is contained in:
@@ -7,6 +7,7 @@ namespace ZM\Utils;
|
|||||||
use JetBrains\PhpStorm\ArrayShape;
|
use JetBrains\PhpStorm\ArrayShape;
|
||||||
use ReflectionException;
|
use ReflectionException;
|
||||||
use ReflectionMethod;
|
use ReflectionMethod;
|
||||||
|
use ZM\Annotation\CQ\CommandArgument;
|
||||||
use ZM\Annotation\CQ\CQCommand;
|
use ZM\Annotation\CQ\CQCommand;
|
||||||
use ZM\Console\Console;
|
use ZM\Console\Console;
|
||||||
use ZM\Event\EventManager;
|
use ZM\Event\EventManager;
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ class MessageUtilTest extends TestCase
|
|||||||
$cmd->class = self::class;
|
$cmd->class = self::class;
|
||||||
$cmd->method = __FUNCTION__;
|
$cmd->method = __FUNCTION__;
|
||||||
EventManager::addEvent(CQCommand::class, $cmd);
|
EventManager::addEvent(CQCommand::class, $cmd);
|
||||||
$help = resolve(CommandInfoUtil::class)->getHelp(self::class . '@' . __FUNCTION__);
|
$help = resolve(CommandInfoUtil::class)->getHelp(self::class . '@' . __FUNCTION__, true);
|
||||||
$this->assertEquals('测试命令:作者很懒,啥也没说', $help);
|
$this->assertEquals('测试命令:作者很懒,啥也没说', $help);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user