@@ -4,8 +4,6 @@ |
||
4 | 4 | use PHPUnit_Framework_TestCase; |
5 | 5 | use ChatApp\Register; |
6 | 6 | use ChatApp\Search; |
7 | -use ChatApp\Session; |
|
8 | - |
|
9 | 7 | use Dotenv\Dotenv; |
10 | 8 | $dotenv = new Dotenv(dirname(__DIR__)); |
11 | 9 | $dotenv->load(); |