Vendor lock
This commit is contained in:
10
vendor/zeuxisoo/slim-whoops/tests/TestCase.php
vendored
Normal file
10
vendor/zeuxisoo/slim-whoops/tests/TestCase.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Zeuxisoo\Whoops\Slim\Tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
|
||||
|
||||
abstract class TestCase extends PhpUnitTestCase {
|
||||
|
||||
}
|
Reference in New Issue
Block a user