mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
Add test-bot
This commit is contained in:
@@ -19,6 +19,7 @@ use StaticPHP\Command\Dev\LintConfigCommand;
|
||||
use StaticPHP\Command\Dev\PackageInfoCommand;
|
||||
use StaticPHP\Command\Dev\PackLibCommand;
|
||||
use StaticPHP\Command\Dev\ShellCommand;
|
||||
use StaticPHP\Command\Dev\TestBotCommand;
|
||||
use StaticPHP\Command\DoctorCommand;
|
||||
use StaticPHP\Command\DownloadCommand;
|
||||
use StaticPHP\Command\DumpExtensionsCommand;
|
||||
@@ -87,6 +88,7 @@ class ConsoleApplication extends Application
|
||||
new GenExtDocsCommand(),
|
||||
new GenDepsDataCommand(),
|
||||
new GenExtTestMatrixCommand(),
|
||||
new TestBotCommand(),
|
||||
]);
|
||||
|
||||
// add additional commands from registries
|
||||
|
||||
Reference in New Issue
Block a user