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 3a557f0 commit bd95e3aCopy full SHA for bd95e3a
tests/ChannelTest.php
@@ -54,7 +54,7 @@ protected function setUp(): void
54
$this->notifiable = new TestNotifiable;
55
}
56
57
- public function tearDown(): void
+ protected function tearDown(): void
58
{
59
parent::tearDown();
60
tests/ExpoControllerTest.php
@@ -48,7 +48,7 @@ protected function setUp(): void
48
Auth::shouldReceive('user')->andReturn(new User());
49
50
51
52
53
\Mockery::close();
0 commit comments