mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Updated to Laravel 5.8
This commit is contained in:
@ -8,7 +8,7 @@ class LanguageTest extends TestCase
|
||||
/**
|
||||
* LanguageTest constructor.
|
||||
*/
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->langs = array_diff(scandir(resource_path('lang')), ['..', '.', 'check.php', 'format.php']);
|
||||
|
Reference in New Issue
Block a user