Removed PHPUnit <6 compat wrapper

This commit is contained in:
Fonata
2020-04-25 18:17:31 +02:00
committed by Fonata
parent a3981edb84
commit 947b1c0866
2 changed files with 16 additions and 6 deletions

View File

@@ -5,9 +5,3 @@ if (!file_exists('vendor/autoload.php')) {
}
require __DIR__ . '/../vendor/autoload.php';
if (!class_exists('PHPUnit\Framework\TestCase') && class_exists('PHPUnit_Framework_TestCase')) {
// we run on an older PHPUnit version without namespaces.
require_once __DIR__ . '/PHPUnit_Framework_TestCase.inc.php';
}