summaryrefslogtreecommitdiffstats
path: root/test/Iterator
diff options
context:
space:
mode:
authorignace nyamagana butera <nyamsprod@gmail.com>2014-03-07 15:11:51 +0100
committerignace nyamagana butera <nyamsprod@gmail.com>2014-03-07 15:18:12 +0100
commit6d755132fcbb2c4c89bd246e0ade6c9d0305db3c (patch)
tree943f0f5d0c5a3b1da6328a3bf7db2e7afdae92c3 /test/Iterator
parent6e9ecc9eaaece9bf54fe2c24cd5041b22b4430bb (diff)
downloadcsv-6d755132fcbb2c4c89bd246e0ade6c9d0305db3c.zip
csv-6d755132fcbb2c4c89bd246e0ade6c9d0305db3c.tar.gz
csv-6d755132fcbb2c4c89bd246e0ade6c9d0305db3c.tar.bz2
using autoload-dev in composer
Diffstat (limited to 'test/Iterator')
-rw-r--r--test/Iterator/IteratorQueryTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Iterator/IteratorQueryTest.php b/test/Iterator/IteratorQueryTest.php
index 1f1953e..a688767 100644
--- a/test/Iterator/IteratorQueryTest.php
+++ b/test/Iterator/IteratorQueryTest.php
@@ -1,10 +1,11 @@
<?php
-namespace League\Csv\Iterator;
+namespace League\Csv\Test\Iterator;
use ArrayIterator;
use ReflectionClass;
use PHPUnit_Framework_TestCase;
+use League\Csv\Iterator\IteratorQuery;
/**
* @group iterator