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 7d6e030 commit a56b506Copy full SHA for a56b506
tests/Helpers/SlackHelperTest.php
@@ -13,6 +13,8 @@ class SlackHelperTest extends TestCase
13
{
14
public function test_slack_helper_returns_laravel_developer_instance()
15
16
+ Notification::fake();
17
+
18
$this->assertInstanceOf(LaravelDeveloper::class, slack());
19
$this->assertInstanceOf(LaravelDeveloper::class, slack('message'));
20
$this->assertInstanceOf(LaravelDeveloper::class, slack(new Exception()));
0 commit comments