summaryrefslogtreecommitdiffstats
path: root/test/ControlsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/ControlsTest.php')
-rw-r--r--test/ControlsTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ControlsTest.php b/test/ControlsTest.php
index 0ed477c..ea4c45c 100644
--- a/test/ControlsTest.php
+++ b/test/ControlsTest.php
@@ -178,7 +178,6 @@ class ControlsTest extends PHPUnit_Framework_TestCase
$this->csv->setFlags(SplFileObject::SKIP_EMPTY);
$this->assertSame(SplFileObject::SKIP_EMPTY, $this->csv->getFlags() & SplFileObject::SKIP_EMPTY);
$this->assertSame(SplFileObject::READ_CSV, $this->csv->getFlags() & SplFileObject::READ_CSV);
- $this->assertSame(SplFileObject::DROP_NEW_LINE, $this->csv->getFlags() & SplFileObject::DROP_NEW_LINE);
$this->csv->setFlags(-3);
}