Skip to content

Commit 73aa877

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Loggable/Notifications/DatabaseChannel/DatabaseChannelTest.php renamed to tests/ConsoleLogger/Loggable/Notifications/DatabaseChannel/DatabaseChannelTest.php

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

3+
namespace Illuminated\Console\ConsoleLogger\Tests\Loggable\Notifications\DatabaseChannel;
4+
35
use Illuminate\Database\Schema\Blueprint;
46
use Illuminate\Support\Facades\Schema;
7+
use Illuminated\Console\ConsoleLogger\Tests\TestCase;
58
use Monolog\Logger;
69

710
class DatabaseChannelTest extends TestCase

0 commit comments

Comments
 (0)