Refactor scripts to enable pre-existing ext-phalcon

This commit is contained in:
Shivam Mathur
2020-01-21 17:58:09 +05:30
parent 898b6fa1f9
commit 63c4aea452
6 changed files with 153 additions and 34 deletions

View File

@ -52,6 +52,10 @@ describe('Extension tests', () => {
linux = await extensions.addExtension('xdebug', '7.2', 'fedora');
expect(linux).toContain('Platform fedora is not supported');
linux = await extensions.addExtension('phalcon3, phalcon4', '7.3', 'linux');
expect(linux).toContain('phalcon.sh phalcon3 7.3');
expect(linux).toContain('phalcon.sh phalcon4 7.3');
});
it('checking addExtensionOnDarwin', async () => {