Files
pest/stubs/init-laravel/TestCase.php.stub
2023-04-08 01:24:00 +02:00

11 lines
163 B
Plaintext

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