diff options
Diffstat (limited to 'test/FactoryTest.php')
-rw-r--r-- | test/FactoryTest.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/FactoryTest.php b/test/FactoryTest.php index 390ad1a..377b1b9 100644 --- a/test/FactoryTest.php +++ b/test/FactoryTest.php @@ -1,9 +1,8 @@ <?php -namespace League\Csv\test; +namespace League\Csv\Test; use League\Csv\Reader; -use PHPUnit_Framework_TestCase; use SplFileInfo; use SplFileObject; use SplTempFileObject; @@ -11,7 +10,7 @@ use SplTempFileObject; /** * @group factory */ -class FactoryTest extends PHPUnit_Framework_TestCase +class FactoryTest extends AbstractTestCase { public function testCreateFromPathWithFilePath() { |