Files
print-cli/tests/TestCase.php
René Preuß b4e617ee74 Initial commit
2024-06-21 19:30:19 +02:00

11 lines
163 B
PHP

<?php
namespace Tests;
use LaravelZero\Framework\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}