Skip to content

Commit d3adfbb

Browse files
authored
Update HitCounterServiceTest.php
1 parent ca6d4e2 commit d3adfbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/HitCounterServiceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class HitCounterServiceTest extends \tests\TestCase
2020
private $service;
2121
// private $request;
2222

23-
protected function setUp(): void
23+
protected function setUp()
2424
{
2525
parent::setUp();
2626

@@ -85,4 +85,4 @@ public function testCreate()
8585
}
8686

8787

88-
}
88+
}

0 commit comments

Comments
 (0)