Files
pest/stubs/init/TestCase.php
2023-02-20 23:17:41 +01:00

8 lines
80 B
PHP

<?php
namespace Tests;
class TestCase extends \PHPUnit\Framework\TestCase
{
}