// SPDX-License-Identifier: GPL-3.0-or-later use PHPUnit\Framework\TestCase; /** * @codingStandardsIgnoreStart */ class PHPUnit_Framework_TestCase extends TestCase { }