mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-05 00:30:26 +00:00
Prevented finding of check script in lang tests
This commit is contained in:
parent
b167ae795e
commit
eeb2b8cbe5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class LanguageTest extends TestCase
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::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()
|
public function test_locales_config_key_set_properly()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue