portal.mkgtu.ru/frontend/tests/_support/UnitTester.php

27 lines
141 B
PHP
Executable File

<?php
namespace frontend\tests;
class UnitTester extends \Codeception\Actor
{
use _generated\UnitTesterActions;
}