diff --git a/Tests/Extractor/ApiDocExtratorTest.php b/Tests/Extractor/ApiDocExtratorTest.php index 5213e9d..b0aa152 100644 --- a/Tests/Extractor/ApiDocExtratorTest.php +++ b/Tests/Extractor/ApiDocExtratorTest.php @@ -12,7 +12,6 @@ namespace Nelmio\ApiDocBundle\Tests\Extractor; use Nelmio\ApiDocBundle\Tests\WebTestCase; -use Symfony\Component\Form\Test\DeprecationErrorHandler; class ApiDocExtractorTest extends WebTestCase { diff --git a/Tests/Parser/JmsMetadataParserTest.php b/Tests/Parser/JmsMetadataParserTest.php index 53cb5bb..0f7d5b2 100644 --- a/Tests/Parser/JmsMetadataParserTest.php +++ b/Tests/Parser/JmsMetadataParserTest.php @@ -84,4 +84,4 @@ class JmsMetadataParserTest extends \PHPUnit_Framework_TestCase array('ArrayCollection') ); } -} \ No newline at end of file +}