Update Phive configuration

This commit is contained in:
Shivam Mathur
2021-08-23 12:38:05 +05:30
parent 506357cdb9
commit e59c938e82
3 changed files with 11 additions and 0 deletions

View File

@ -127,6 +127,11 @@ describe('Tools tests', () => {
expect(script).toContain(
'Add-Tool https://github.com/phar-io/phive/releases/download/0.13.5/phive-0.13.5.phar phive'
);
script = await tools.addPhive('latest', '7.2', 'win32');
expect(script).toContain(
'Add-Tool https://github.com/phar-io/phive/releases/download/0.14.5/phive-0.14.5.phar phive'
);
});
it('checking getPhpunitUri', async () => {