Fixed failing license test

This commit is contained in:
Dan Brown 2022-07-23 12:08:55 +01:00
parent f573e09004
commit 67d12cc1df
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -18,6 +18,6 @@ class HelpTest extends TestCase
$this->assertTrue(file_exists($expectedPath));
$contents = file_get_contents($expectedPath);
$this->assertStringContainsString('GNU LESSER GENERAL PUBLIC LICENSE', $contents);
$this->assertStringContainsString('MIT License', $contents);
}
}