We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5be30d commit f34fa5eCopy full SHA for f34fa5e
tests/unit/Middleware/OnlyLoggedInMiddlewareTest.php
@@ -43,7 +43,7 @@ protected function setUp(): void {
43
$this->userSession
44
);
45
46
- return parent::setUp();
+ parent::setUp();
47
}
48
49
public function testBeforeControllerWithoutAnnotation() {
tests/unit/Settings/AdminTest.php
@@ -48,7 +48,7 @@ protected function setUp(): void {
$this->config
50
51
52
53
54
public function formDataProvider() {
tests/unit/Settings/SectionTest.php
@@ -40,7 +40,7 @@ protected function setUp(): void {
40
$this->urlGenerator
41
42
public function testGetId() {
0 commit comments