adrema/tests/EndToEnd/Form/FormTestCase.php

12 lines
185 B
PHP
Raw Permalink Normal View History

2024-02-20 02:02:42 +01:00
<?php
namespace Tests\EndToEnd\Form;
use Tests\EndToEndTestCase;
use Tests\Lib\CreatesFormFields;
abstract class FormTestCase extends EndToEndTestCase
{
use CreatesFormFields;
}