mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-17 02:04:05 +07:00
Add support for blackfire client, agent and player
This commit is contained in:
@ -168,4 +168,7 @@ describe('Utils tests', () => {
|
||||
expect(await utils.getBlackfireVersion(null)).toEqual('1.31.0');
|
||||
expect(await utils.getBlackfireVersion('1.32.0')).toEqual('1.32.0');
|
||||
});
|
||||
it('checking getBlackfireAgentVersion', async () => {
|
||||
expect(await utils.getBlackfireAgentVersion()).toEqual('1.32.0');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user