diff options
author | ignace nyamagana butera <nyamsprod@gmail.com> | 2014-05-16 14:47:56 +0200 |
---|---|---|
committer | ignace nyamagana butera <nyamsprod@gmail.com> | 2014-05-16 14:47:56 +0200 |
commit | c2ad46a6b2f67ba9bc092b4ed6ee1ec0c3976d0f (patch) | |
tree | 5149b21f198838fc03bda703e96056312c57f7be /test/WriterTest.php | |
parent | 62608f0157b58a118072158b16083bfc94816f8b (diff) | |
parent | 2bef289a1ea1da59f4ab58231e51fc1ea6abc37e (diff) | |
download | csv-c2ad46a6b2f67ba9bc092b4ed6ee1ec0c3976d0f.zip csv-c2ad46a6b2f67ba9bc092b4ed6ee1ec0c3976d0f.tar.gz csv-c2ad46a6b2f67ba9bc092b4ed6ee1ec0c3976d0f.tar.bz2 |
Merge pull request #40 from thephpleague/dev
library is restructured using traits
Diffstat (limited to 'test/WriterTest.php')
-rw-r--r-- | test/WriterTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/WriterTest.php b/test/WriterTest.php index 95ddd43..ff67e73 100644 --- a/test/WriterTest.php +++ b/test/WriterTest.php @@ -115,7 +115,7 @@ class WriterTest extends PHPUnit_Framework_TestCase } /** - * @expectedException InvalidArgumentException + * @expectedException RuntimeException */ public function testColumsCountConsistency() { @@ -127,7 +127,7 @@ class WriterTest extends PHPUnit_Framework_TestCase } /** - * @expectedException InvalidArgumentException + * @expectedException RuntimeException */ public function testAutoDetectColumnsCount() { |