Skip to content

Commit 0ae9dde

Browse files
committed
ICL: Tests structure.
1 parent 73aa877 commit 0ae9dde

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Loggable/Notifications/EmailChannel/EmailChannelTest.php renamed to tests/ConsoleLogger/Loggable/Notifications/EmailChannel/EmailChannelTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
namespace Illuminated\Console\ConsoleLogger\Tests\Loggable\Notifications\EmailChannel;
4+
5+
use EmailNotificationsCommand;
6+
use EmailNotificationsDeduplicationCommand;
7+
use EmailNotificationsInvalidRecipientsCommand;
8+
use Illuminated\Console\ConsoleLogger\Tests\TestCase;
39
use Illuminated\Console\Loggable\Notifications\EmailChannel\MonologHtmlFormatter;
410
use Monolog\Handler\DeduplicationHandler;
511
use Monolog\Handler\MandrillHandler;

0 commit comments

Comments
 (0)