mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-06 06:53:55 +09:00
update to laravel 5.7 and try getting autologin saved
This commit is contained in:
@@ -38,4 +38,9 @@ EODUMP;
|
||||
|
||||
$this->assertDumpEquals($expected, $data);
|
||||
}
|
||||
|
||||
public function testAllowsNonScalarExpectation()
|
||||
{
|
||||
$this->assertDumpEquals(new \ArrayObject(array('bim' => 'bam')), new \ArrayObject(array('bim' => 'bam')));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user