allerta-vvf/server/tests/_support/Helper/Acceptance.php

11 lines
183 B
PHP

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