Remove update_extension from linux.sh

This commit is contained in:
Shivam Mathur
2020-07-23 02:47:18 +05:30
parent cfbb105cb6
commit a4001afbd6
4 changed files with 0 additions and 32 deletions

View File

@ -65,7 +65,6 @@ describe('Extension tests', () => {
'7.4',
'linux'
);
expect(linux).toContain('update_extension xdebug 2.9.6');
expect(linux).toContain(
'add_extension_from_source xdebug xdebug/xdebug master --enable-xdebug zend_extension'
);