Skip to content

Commit 4466c88

Browse files
committed
test: fix setUp()
When Security depends on Request, we need to reset it.
1 parent 898c756 commit 4466c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Security/SecurityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function setUp(): void
3636

3737
$_COOKIE = [];
3838

39-
Factories::reset();
39+
$this->resetServices();
4040
}
4141

4242
public function testBasicConfigIsSaved()

0 commit comments

Comments
 (0)