11 lines
176 B
PHP
11 lines
176 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Zeuxisoo\Whoops\Slim\Tests;
|
|
|
|
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
|
|
|
|
abstract class TestCase extends PhpUnitTestCase {
|
|
|
|
}
|