Skip to content

Commit fecab98

Browse files
committed
ICL: Tests structure.
1 parent 9d60e4c commit fecab98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Exceptions/ExceptionHandlerTest.php renamed to tests/ConsoleLogger/Exceptions/ExceptionHandlerTest.php

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

3+
namespace Illuminated\Console\ConsoleLogger\Tests\Exceptions;
4+
5+
use Exception;
6+
use Illuminated\Console\ConsoleLogger\Tests\TestCase;
37
use Illuminated\Console\Exceptions\ExceptionHandler;
48
use Illuminated\Console\Exceptions\RuntimeException;
9+
use Mockery;
510
use Psr\Log\LoggerInterface;
611

712
class ExceptionHandlerTest extends TestCase

0 commit comments

Comments
 (0)