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:
11
tests/PHPUnit_Framework_TestCase.inc.php
Normal file
11
tests/PHPUnit_Framework_TestCase.inc.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace PHPUnit\Framework;
|
||||
|
||||
// Only needed to keep unit test code compatible with older PHPUnit versions
|
||||
|
||||
/** @noinspection PhpUndefinedClassInspection */
|
||||
/** @noinspection AutoloadingIssuesInspection */
|
||||
class TestCase extends \PHPUnit_Framework_TestCase {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user