]>
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:
b167ae7
)
Prevented finding of check script in lang tests
author
Dan Brown
<redacted>
Wed, 6 Dec 2017 11:17:34 +0000
(11:17 +0000)
committer
Dan Brown
<redacted>
Wed, 6 Dec 2017 11:17:34 +0000
(11:17 +0000)
tests/LanguageTest.php
patch
|
blob
|
history
diff --git
a/tests/LanguageTest.php
b/tests/LanguageTest.php
index bb98a17b0cb0a7419785c2139de24730ca72c35d..c9d6ed6f014ed16fed5c0c25107388c307b8457f 100644
(file)
--- a/
tests/LanguageTest.php
+++ b/
tests/LanguageTest.php
@@
-11,7
+11,7
@@
class LanguageTest extends TestCase
public function setUp()
{
parent::setUp();
- $this->langs = array_diff(scandir(resource_path('lang')), ['..', '.']);
+ $this->langs = array_diff(scandir(resource_path('lang')), ['..', '.'
, 'check.php'
]);
}
public function test_locales_config_key_set_properly()