mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
renamed namespace
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace CSV\tests\methods;
|
||||
namespace ParseCsv\tests\methods;
|
||||
|
||||
use CSV\Csv;
|
||||
use ParseCsv\Csv;
|
||||
use PHPUnit_Framework_TestCase as TestCase;
|
||||
|
||||
class SaveTest extends TestCase
|
||||
|
||||
Reference in New Issue
Block a user