pdo-document/tests/TestCase.php

11 lines
130 B
PHP
Raw Permalink Normal View History

2024-10-05 19:43:41 +00:00
<?php
namespace Tests;
use PHPUnit\Framework\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}