diff --git a/tests/Generator/Client/PHPTest.php b/tests/Generator/Client/PHPTest.php index 4d33244..ceed863 100644 --- a/tests/Generator/Client/PHPTest.php +++ b/tests/Generator/Client/PHPTest.php @@ -20,9 +20,7 @@ namespace PSX\Api\Tests\Generator\Client; -use PSX\Api\Exception\InvalidTypeException; use PSX\Api\Generator\Client\PHP; -use PSX\Api\Generator\Client\TypeScript; use PSX\Api\Tests\Generator\GeneratorTestCase; use PSX\Schema\Generator\Config; diff --git a/tests/Generator/Client/TypeScriptTest.php b/tests/Generator/Client/TypeScriptTest.php index 41f34f4..26567df 100644 --- a/tests/Generator/Client/TypeScriptTest.php +++ b/tests/Generator/Client/TypeScriptTest.php @@ -20,8 +20,6 @@ namespace PSX\Api\Tests\Generator\Client; -use PSX\Api\Exception\InvalidTypeException; -use PSX\Api\Generator\Client\PHP; use PSX\Api\Generator\Client\TypeScript; use PSX\Api\Tests\Generator\GeneratorTestCase; use PSX\Schema\Generator\Config;