2020-04-08 09:28:39 +02:00
|
|
|
<?php
|
2022-01-19 23:05:35 +01:00
|
|
|
|
2020-04-08 09:28:39 +02:00
|
|
|
namespace Helper;
|
|
|
|
|
|
|
|
// here you can define custom actions
|
|
|
|
// all public methods declared in helper class will be available in $I
|
|
|
|
|
|
|
|
class Unit extends \Codeception\Module
|
|
|
|
{
|
|
|
|
}
|