mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 11:14:38 +01:00
12 lines
157 B
PHP
12 lines
157 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace PHPUnit\Framework;
|
|
|
|
if (! class_exists('PHPUnit\Framework\TestCase')) {
|
|
abstract class TestCase
|
|
{
|
|
}
|
|
}
|