@@ -8,7 +8,6 @@ |
||
8 | 8 | use Doctrine\ODM\CouchDB\Configuration; |
9 | 9 | use Doctrine\ODM\CouchDB\Mapping\Driver\AnnotationDriver; |
10 | 10 | use Doctrine\Common\Cache\ArrayCache; |
11 | -use Doctrine\Common\Annotations\AnnotationReader; |
|
12 | 11 | |
13 | 12 | abstract class CouchDBFunctionalTestCase extends \PHPUnit\Framework\TestCase |
14 | 13 | { |