Skip to content

Commit 1f13f1f

Browse files
committed
Make test setUp method compatible with latest Testbench
1 parent ac6c880 commit 1f13f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/UrlGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class UrlGeneratorTest extends TestCase
1414
{
15-
protected function setUp()
15+
protected function setUp(): void
1616
{
1717
parent::setUp();
1818

0 commit comments

Comments
 (0)