Merge pull request #258 from localheinz/fix/typo

Fix: Typo
This commit is contained in:
Shivam Mathur 2020-07-20 00:15:05 +05:30 committed by GitHub
commit 380b68048b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,7 +550,7 @@ describe('Tools tests', () => {
'codeception', 'codeception',
'cs2pr', 'cs2pr',
'deployer', 'deployer',
'does_not_exit', 'does_not_exist',
'flex', 'flex',
'phinx', 'phinx',
'phive:0.13.2', 'phive:0.13.2',
@ -598,8 +598,7 @@ describe('Tools tests', () => {
); );
expect(script).toContain('phpize is not a windows tool'); expect(script).toContain('phpize is not a windows tool');
expect(script).toContain('php-config is not a windows tool'); expect(script).toContain('php-config is not a windows tool');
expect(script).toContain('Tool does_not_exit is not supported'); expect(script).toContain('Tool does_not_exist is not supported');
expect(script).toContain('Tool does_not_exit is not supported');
}); });
it('checking addTools with composer tool using user/tool as input', async () => { it('checking addTools with composer tool using user/tool as input', async () => {
const listOfTools = [ const listOfTools = [