mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Update TestCase.php
This commit is contained in:
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
namespace Tests;
|
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