mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-07-16 05:33:49 +03:00
Fixed failing license test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user