mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12117)
* Apply fixes from StyleCI * Disable style check
This commit is contained in:
@@ -44,7 +44,7 @@ class DBSetupTest extends DBTestCase
|
||||
$result = Artisan::call('migrate:fresh', [
|
||||
'--seed' => true,
|
||||
'--env' => 'testing',
|
||||
'--database' => $this->connection
|
||||
'--database' => $this->connection,
|
||||
]);
|
||||
|
||||
$this->assertSame(0, $result, "Errors loading DB Schema: " . Artisan::output());
|
||||
|
Reference in New Issue
Block a user