mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
12 lines
269 B
PHP
12 lines
269 B
PHP
<?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 {
|
|
|
|
}
|