@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sensorario\Resources; |
13 | 13 | |
14 | 14 | use Sensorario\Resources\Configurator; |
15 | -use Sensorario\Resources\Exceptions\EmptyComnfigurationException; |
|
16 | 15 | use Sensorario\Resources\Validators\ResourcesValidator; |
17 | 16 | |
18 | 17 | /** |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use PHPUnit\Framework\TestCase; |
16 | 16 | use Resources\BirthDay; |
17 | 17 | use Sensorario\Resources\Helpers\JsonExporter; |
18 | -use Sensorario\Resources\Resources\Resource; |
|
19 | 18 | use Sensorario\Resources\Validators\ResourcesValidator; |
20 | 19 | |
21 | 20 | final class JsonExporterTest extends TestCase |