summaryrefslogtreecommitdiffstats
path: root/test/ReaderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/ReaderTest.php')
-rw-r--r--test/ReaderTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/ReaderTest.php b/test/ReaderTest.php
index 4535dce..4ff96dc 100644
--- a/test/ReaderTest.php
+++ b/test/ReaderTest.php
@@ -1,16 +1,15 @@
<?php
-namespace League\Csv\test;
+namespace League\Csv\Test;
use League\Csv\Reader;
use League\Csv\Writer;
-use PHPUnit_Framework_TestCase;
use SplTempFileObject;
/**
* @group reader
*/
-class ReaderTest extends PHPUnit_Framework_TestCase
+class ReaderTest extends AbstractTestCase
{
private $csv;