From fe89de66749b4ef59443a43428da1d249697c30d Mon Sep 17 00:00:00 2001
From: Martin Meredith <martinmeredith@protecinnovations.co.uk>
Date: Fri, 5 Oct 2012 15:19:37 +0100
Subject: [PATCH] Remove unused Uses

---
 test/OptionsTest.php                       | 1 -
 test/PriorityQueueTest.php                 | 1 -
 test/TestAsset/HydratorStrategyEntityB.php | 1 -
 3 files changed, 3 deletions(-)

diff --git a/test/OptionsTest.php b/test/OptionsTest.php
index 718e9d991..bf226e7ec 100644
--- a/test/OptionsTest.php
+++ b/test/OptionsTest.php
@@ -13,7 +13,6 @@
 use ArrayObject;
 use ZendTest\Stdlib\TestAsset\TestOptions;
 use ZendTest\Stdlib\TestAsset\TestOptionsNoStrict;
-use ZendTest\Stdlib\TestAsset\TestTraversable;
 use Zend\Stdlib\Exception\InvalidArgumentException;
 
 class OptionsTest extends \PHPUnit_Framework_TestCase
diff --git a/test/PriorityQueueTest.php b/test/PriorityQueueTest.php
index 47373fa04..6c5ce77b2 100644
--- a/test/PriorityQueueTest.php
+++ b/test/PriorityQueueTest.php
@@ -11,7 +11,6 @@
 namespace ZendTest\Stdlib;
 
 use Zend\Stdlib\PriorityQueue;
-use SplPriorityQueue;
 
 /**
  * @category   Zend
diff --git a/test/TestAsset/HydratorStrategyEntityB.php b/test/TestAsset/HydratorStrategyEntityB.php
index e3be42ae1..d31f8c73c 100644
--- a/test/TestAsset/HydratorStrategyEntityB.php
+++ b/test/TestAsset/HydratorStrategyEntityB.php
@@ -10,7 +10,6 @@
 
 namespace ZendTest\Stdlib\TestAsset;
 
-use Zend\InputFilter\InputFilterAwareInterface;
 
 class HydratorStrategyEntityB
 {