summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorIgnace Nyamagana Butera <nyamsprod@gmail.com>2015-02-10 09:47:56 +0100
committerIgnace Nyamagana Butera <nyamsprod@gmail.com>2015-02-10 09:47:56 +0100
commit243def81c3f56aa01e23cf64d49f62353da84fe6 (patch)
treebd13cb0c895d466b1e94da62cd46094576d261a5 /test
parentf4b09e18166c990879ef853c0f5aa44fe881ece3 (diff)
downloadcsv-243def81c3f56aa01e23cf64d49f62353da84fe6.zip
csv-243def81c3f56aa01e23cf64d49f62353da84fe6.tar.gz
csv-243def81c3f56aa01e23cf64d49f62353da84fe6.tar.bz2
improve BOM Handling
Diffstat (limited to 'test')
-rw-r--r--test/CsvTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CsvTest.php b/test/CsvTest.php
index ad64826..c1c5df8 100644
--- a/test/CsvTest.php
+++ b/test/CsvTest.php
@@ -41,7 +41,6 @@ class CsvTest extends PHPUnit_Framework_TestCase
public function testIterator()
{
- $this->csv->setFlags(SplFileObject::READ_AHEAD|SplFileObject::SKIP_EMPTY);
foreach ($this->csv as $key => $row) {
$this->assertSame($this->expected[$key], $row);
}