mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
PHPUnit: made compatible with v6, which is now namespaced.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class default_values_properties_Test extends PHPUnit_Framework_TestCase {
|
||||
class default_values_properties_Test extends PHPUnit\Framework\TestCase {
|
||||
/**
|
||||
* CSV
|
||||
* The parseCSV object
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class worthless_properties_Test extends PHPUnit_Framework_TestCase {
|
||||
class worthless_properties_Test extends PHPUnit\Framework\TestCase {
|
||||
/**
|
||||
* CSV
|
||||
* The parseCSV object
|
||||
|
||||
Reference in New Issue
Block a user