adrema/tests/Feature/Form/FormTestCase.php

12 lines
159 B
PHP

<?php
namespace Tests\Feature\Form;
use Tests\TestCase;
use Tests\Lib\CreatesFormFields;
class FormTestCase extends TestCase
{
use CreatesFormFields;
}