From cfc3b46382b3e792f29958d4186864be2c4cdfa3 Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Wed, 12 Jan 2022 14:23:20 +1300 Subject: move unsupported Browser check before create session (#18575) * Update FrontController.php move unsupported Browser before create session * Update core/FrontController.php Co-authored-by: Stefan Giehl * Update FrontControllerTest.php fix tests Co-authored-by: Stefan Giehl --- tests/PHPUnit/Integration/FrontControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PHPUnit/Integration') diff --git a/tests/PHPUnit/Integration/FrontControllerTest.php b/tests/PHPUnit/Integration/FrontControllerTest.php index 1f0d9599c2..5def1a1b63 100644 --- a/tests/PHPUnit/Integration/FrontControllerTest.php +++ b/tests/PHPUnit/Integration/FrontControllerTest.php @@ -48,7 +48,7 @@ FORMAT; $this->assertEquals('error', $response['result']); $expectedFormat = <<assertStringMatchesFormat($expectedFormat, $response['message']); } -- cgit v1.2.3