mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
fix notification chanels and more tests (#108)
* fix notification chanels and more tests * fix code style
This commit is contained in:
13
tests/Unit/NotificationChannels/TestNotification.php
Normal file
13
tests/Unit/NotificationChannels/TestNotification.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Unit\NotificationChannels;
|
||||
|
||||
use App\Notifications\AbstractNotification;
|
||||
|
||||
class TestNotification extends AbstractNotification
|
||||
{
|
||||
public function rawText(): string
|
||||
{
|
||||
return 'Hello';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user