mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01: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