data2dto-doctrine-entity-bu.../tests/_support/Helper/Unit.php
Rinsvent bb04ded0ad Перенес файлы в отдельную библиотек.
Предполагается ставить отдельно
2021-08-14 16:06:32 +07:00

11 lines
223 B
PHP

<?php
namespace Rinsvent\Data2DTODoctrineEntityBundle\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
{
}