summaryrefslogtreecommitdiffstats
path: root/test/WriterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/WriterTest.php')
-rw-r--r--test/WriterTest.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/WriterTest.php b/test/WriterTest.php
index ccd45cd..3b4a39d 100644
--- a/test/WriterTest.php
+++ b/test/WriterTest.php
@@ -22,14 +22,6 @@ class WriterTest extends PHPUnit_Framework_TestCase
$this->csv = new Writer(new SplTempFileObject);
}
- /**
- * @expectedException InvalidArgumentException
- */
- public function testConstructorWithWrongOpenMode()
- {
- new Writer('foo.csv', 'r');
- }
-
public function testInsert()
{
$expected = [