transformer/tests/_support/Helper/Unit.php
Rinsvent 52cbb03451 Подготовил базовыю реализацию для трансформеров
Нужно добавить тесты и пофиксить все
2022-04-01 21:31:43 +07:00

11 lines
206 B
PHP

<?php
namespace Rinsvent\Transformer\Tests\Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class Unit extends \Codeception\Module
{
}