Skip to content
Snippets Groups Projects
Unverified Commit b743ef27 authored by Klaus Purer's avatar Klaus Purer Committed by GitHub
Browse files

chore(phpunit): Remove support for obsolete PHPUnit versions

parent c881f78d
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,3 @@
require 'vendor/autoload.php';
require 'CoderSniffUnitTest.php';
require 'vendor/squizlabs/php_codesniffer/autoload.php';
// Support older versions of PHPUnit on older PHP versions.
if (class_exists('PHPUnit_Framework_TestCase') === true && class_exists('PHPUnit\Framework\TestCase') === false) {
class_alias('PHPUnit_Framework_TestCase', 'PHPUnit\Framework\TestCase');
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment