mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
Update TestCase.php
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
|
||||
namespace Tests;
|
||||
|
||||
class TestCase extends \PHPUnit\Framework\TestCase
|
||||
use PHPUnit\Framework\TestCase as BaseTestCase;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user