summaryrefslogtreecommitdiffstats
path: root/test/ReaderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/ReaderTest.php')
-rw-r--r--test/ReaderTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ReaderTest.php b/test/ReaderTest.php
index 5257a6b..9520ecb 100644
--- a/test/ReaderTest.php
+++ b/test/ReaderTest.php
@@ -27,6 +27,7 @@ class ReaderTest extends PHPUnit_Framework_TestCase
}
$this->csv = Reader::createFromFileObject($csv);
+ $this->csv->setFlags(SplFileObject::READ_AHEAD|SplFileObject::SKIP_EMPTY);
}
/**