Files
parsecsv-for-php/tests/PHPUnit_Framework_TestCase.inc.php
2017-12-06 02:25:54 +01:00

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 {
}