Skip to content

Commit 0a86df9

Browse files
fix(identify): Make setUp method compatible with PHPUnit TestCase
1 parent bdf4eb6 commit 0a86df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IdentifyServiceProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class IdentifyServiceProviderTest extends TestCase
1919
*/
2020
protected $provider;
2121

22-
protected function setUp()
22+
protected function setUp(): void
2323
{
2424
parent::setUp();
2525
$this->mockApp = m::mock('\Illuminate\Contracts\Foundation\Application');

0 commit comments

Comments
 (0)