mirror of
https://github.com/cgsmith/yii2-user.git
synced 2026-02-04 00:02:37 -06:00
12 lines
128 B
PHP
12 lines
128 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace tests\_support\Helper;
|
|
|
|
use Codeception\Module;
|
|
|
|
class Functional extends Module
|
|
{
|
|
}
|