2018-08-03 17:19:45 +02:00
|
|
|
<?php
|
2018-08-11 15:49:46 +02:00
|
|
|
|
2018-08-03 17:19:45 +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
|
|
|
|
{
|
|
|
|
}
|