mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
<?php
|
|
|
|
namespace Tests;
|
|
|
|
use PHPUnit\Framework\TestCase as BaseTestCase;
|
|
|
|
abstract class TestCase extends BaseTestCase
|
|
{
|
|
//
|
|
}
|