diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-10 09:47:56 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-10 09:47:56 +0100 |
commit | 243def81c3f56aa01e23cf64d49f62353da84fe6 (patch) | |
tree | bd13cb0c895d466b1e94da62cd46094576d261a5 /test | |
parent | f4b09e18166c990879ef853c0f5aa44fe881ece3 (diff) | |
download | csv-243def81c3f56aa01e23cf64d49f62353da84fe6.zip csv-243def81c3f56aa01e23cf64d49f62353da84fe6.tar.gz csv-243def81c3f56aa01e23cf64d49f62353da84fe6.tar.bz2 |
improve BOM Handling
Diffstat (limited to 'test')
-rw-r--r-- | test/CsvTest.php | 1 |
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); } |