]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f573e09
)
Fixed failing license test
author
Dan Brown
<redacted>
Sat, 23 Jul 2022 11:08:55 +0000
(12:08 +0100)
committer
Dan Brown
<redacted>
Sat, 23 Jul 2022 11:08:55 +0000
(12:08 +0100)
tests/HelpTest.php
patch
|
blob
|
history
diff --git
a/tests/HelpTest.php
b/tests/HelpTest.php
index bf883bd3966d3be711e3d00fe0bd7b6dc1030983..cd983dbebe8de12e6d786f82fb2083e00a1373ac 100644
(file)
--- a/
tests/HelpTest.php
+++ b/
tests/HelpTest.php
@@
-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);
}
}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.