added DatatypeEnum tests; repaired the other test for local execution; small bug fixes

This commit is contained in:
Susann Sgorzaly
2018-02-19 21:36:31 +01:00
parent 5660be3373
commit 52a9b61b97
6 changed files with 79 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
namespace ParseCsv\tests\methods;
use ParseCsv\Csv;
use PHPUnit_Framework_TestCase as TestCase;
use PHPUnit\Framework\TestCase;
class ParseTest extends TestCase
{