Skip to content

Commit bd95e3a

Browse files
committed
Update to support php 8 - address PR change requests
1 parent 3a557f0 commit bd95e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ChannelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function setUp(): void
5454
$this->notifiable = new TestNotifiable;
5555
}
5656

57-
public function tearDown(): void
57+
protected function tearDown(): void
5858
{
5959
parent::tearDown();
6060

tests/ExpoControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function setUp(): void
4848
Auth::shouldReceive('user')->andReturn(new User());
4949
}
5050

51-
public function tearDown(): void
51+
protected function tearDown(): void
5252
{
5353
\Mockery::close();
5454

0 commit comments

Comments
 (0)