mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 15:56:41 +08:00
Fixed failing license test
This commit is contained in:
parent
f573e09004
commit
67d12cc1df
|
@ -18,6 +18,6 @@ class HelpTest extends TestCase
|
||||||
$this->assertTrue(file_exists($expectedPath));
|
$this->assertTrue(file_exists($expectedPath));
|
||||||
|
|
||||||
$contents = file_get_contents($expectedPath);
|
$contents = file_get_contents($expectedPath);
|
||||||
$this->assertStringContainsString('GNU LESSER GENERAL PUBLIC LICENSE', $contents);
|
$this->assertStringContainsString('MIT License', $contents);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user