4
0
Fork 0
dcat-admin/tests/TestCase.php

8 lines
74 B
PHP

<?php
namespace Tests;
abstract class TestCase extends DuskTestCase
{
}