mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-07 21:34:08 +07:00
Refactor tools
Improve support for tool aliases
This commit is contained in:
@ -410,7 +410,7 @@ describe('Tools tests', () => {
|
||||
'phpspec',
|
||||
'protoc:v1.2.3',
|
||||
'psalm',
|
||||
'symfony',
|
||||
'symfony-cli',
|
||||
'symfony:1.2.3',
|
||||
'vapor-cli',
|
||||
'wp-cli'
|
||||
@ -504,7 +504,7 @@ describe('Tools tests', () => {
|
||||
'phpize',
|
||||
'phpmd',
|
||||
'symfony',
|
||||
'wp-cli'
|
||||
'wp'
|
||||
];
|
||||
|
||||
const script: string = await tools.addTools(
|
||||
|
Reference in New Issue
Block a user