Fixed tests
This commit is contained in:
parent
f4030b86af
commit
009b0f3f27
|
@ -72,7 +72,7 @@ class GlobalsTest extends ExtensionTest
|
||||||
$extension = new Globals($auth, $request);
|
$extension = new Globals($auth, $request);
|
||||||
$globals = $extension->getGlobals();
|
$globals = $extension->getGlobals();
|
||||||
|
|
||||||
$this->assertGlobalsExists('day_of_event', -2, $globals);
|
$this->assertGlobalsExists('day_of_event', 3, $globals);
|
||||||
|
|
||||||
// No user
|
// No user
|
||||||
$this->assertGlobalsExists('user', [], $globals);
|
$this->assertGlobalsExists('user', [], $globals);
|
||||||
|
|
Loading…
Reference in New Issue