Remove update_extension from linux.sh

This commit is contained in:
Shivam Mathur
2020-08-03 14:05:42 +05:30
parent d058d52012
commit 37d7b37f43
4 changed files with 0 additions and 32 deletions

View File

@ -53,7 +53,6 @@ describe('Extension tests', () => {
'7.4',
'linux'
);
expect(linux).toContain('update_extension xdebug 2.9.2');
expect(linux).toContain('sudo $debconf_fix apt-get install -y php7.4-pcov');
expect(linux).toContain(
'sudo $debconf_fix apt-get install -y php7.4-sqlite3'