Skip to content

Commit

Permalink
Remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Oct 13, 2014
1 parent 321a908 commit 8b7a161
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions tests/Exception/ErrorExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

namespace Jsor\Stack\Hal\Exception;

use Symfony\Component\Validator\Constraints\Collection;
use Symfony\Component\Validator\Constraints\Date;
use Symfony\Component\Validator\Constraints\Email;
use Symfony\Component\Validator\Constraints\NotBlank;
use Symfony\Component\Validator\ValidatorBuilder;

class ErrorExceptionTest extends \PHPUnit_Framework_TestCase
{
/** @test */
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/HttpKernelInterfaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Jsor\Stack\Hal\ExceptionConverter;
use Jsor\Stack\Hal\RequestFormatValidator;
use Jsor\Stack\Hal\Response\HalResponse;
use Jsor\Stack\Hal\ResponseConverter;
use Nocarrier\Hal;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/HttpKernelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Jsor\Stack\Hal\EventListener\ResponseConversionListener;
use Jsor\Stack\Hal\ExceptionConverter;
use Jsor\Stack\Hal\RequestFormatValidator;
use Jsor\Stack\Hal\ResponseConverter;
use Nocarrier\Hal;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Symfony\Component\HttpFoundation\Request;
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/KernelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Jsor\Stack\Hal\EventListener\ResponseConversionListener;
use Jsor\Stack\Hal\ExceptionConverter;
use Jsor\Stack\Hal\RequestFormatValidator;
use Jsor\Stack\Hal\ResponseConverter;
use Nocarrier\Hal;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Symfony\Component\HttpFoundation\Request;
Expand Down
1 change: 0 additions & 1 deletion tests/Response/VndErrorResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Jsor\Stack\Hal\Exception\ErrorException;
use Nocarrier\Hal;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Validator\Constraints\Collection;

class VndErrorResponseTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 8b7a161

Please sign in to comment.