Skip to content

Commit a56b506

Browse files
committed
wip
1 parent 7d6e030 commit a56b506

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Helpers/SlackHelperTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ class SlackHelperTest extends TestCase
1313
{
1414
public function test_slack_helper_returns_laravel_developer_instance()
1515
{
16+
Notification::fake();
17+
1618
$this->assertInstanceOf(LaravelDeveloper::class, slack());
1719
$this->assertInstanceOf(LaravelDeveloper::class, slack('message'));
1820
$this->assertInstanceOf(LaravelDeveloper::class, slack(new Exception()));

0 commit comments

Comments
 (0)