mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Laravel 5.8 and updated dependencies (#10489)
* Laravel 5.8 and dependencies * Fix cache time * upstream base file changes * Accidentally ran composer with PHP 7.3 * fix test error * one more * one more * one more * fix dotenv loading
This commit is contained in:
@@ -34,7 +34,7 @@ class AuthSSOTest extends DBTestCase
|
||||
private $original_auth_mech = null;
|
||||
private $server;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
@@ -470,7 +470,7 @@ class AuthSSOTest extends DBTestCase
|
||||
$this->assertTrue($a->authSSOParseGroups() === 10);
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
public function tearDown(): void
|
||||
{
|
||||
Config::set('auth_mechanism', $this->original_auth_mech);
|
||||
Config::forget('sso');
|
||||
|
Reference in New Issue
Block a user