Skip to content

Commit

Permalink
Fix tests and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Feb 20, 2014
1 parent eb9a29b commit aeccace
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion tests/ZfrRestTest/Asset/Resource/Metadata/Annotation/B.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
namespace ZfrRestTest\Asset\Resource\Metadata\Annotation;

use Doctrine\ORM\Mapping as ORM;
use ZfrRest\Resource\Metadata\Annotation\AnnotationInterface as REST;

/**
* @author Michaël Gallego <mic.gallego@gmail.com>
Expand Down
1 change: 0 additions & 1 deletion tests/ZfrRestTest/Asset/Resource/Metadata/Annotation/C.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
namespace ZfrRestTest\Asset\Resource\Metadata\Annotation;

use Doctrine\ORM\Mapping as ORM;
use ZfrRest\Resource\Metadata\Annotation\AnnotationInterface as REST;

/**
* @author Michaël Gallego <mic.gallego@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion tests/ZfrRestTest/Mvc/HttpExceptionListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
use PHPUnit_Framework_TestCase;
use Zend\Http\Response as HttpResponse;
use Zend\Mvc\MvcEvent;
use ZfrRest\Mvc\HttpExceptionListener;
use ZfrRest\Http\Exception;
use ZfrRest\Mvc\HttpExceptionListener;

/**
* @licence MIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

use PHPUnit_Framework_TestCase;
use ReflectionClass;
use ZfrRest\Resource\Metadata\CollectionResourceMetadata;
use ZfrRest\Resource\Metadata\ResourceMetadata;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@

namespace ZfrRestTest\Router\Http\Matcher;

use Doctrine\Common\Collections\ArrayCollection;
use PHPUnit_Framework_TestCase as TestCase;
use ZfrRest\Resource\ResourceInterface;
use ZfrRest\Router\Http\Matcher\BaseSubPathMatcher;
use ZfrRest\Router\Http\Matcher\CollectionSubPathMatcher;
use ZfrRest\Router\Http\Matcher\SubPathMatch;

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/ZfrRestTest/Util/ServiceManagerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

namespace ZfrRestTest\Util;

use Zend\ServiceManager\ServiceManager;
use Zend\Mvc\Service\ServiceManagerConfig;
use Zend\ServiceManager\ServiceManager;

/**
* Base test case to be used when a new service manager instance is required
Expand Down

0 comments on commit aeccace

Please sign in to comment.