mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 00:35:41 +08:00
feat(tool): implement tool package support with validation and configuration
This commit is contained in:
@@ -27,6 +27,7 @@ class ConfigTypeTest extends TestCase
|
||||
'php-extension',
|
||||
'target',
|
||||
'virtual-target',
|
||||
'tool',
|
||||
];
|
||||
|
||||
$this->assertEquals($expectedTypes, ConfigType::PACKAGE_TYPES);
|
||||
|
||||
Reference in New Issue
Block a user