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

11 lines
183 B
PHP
Raw Normal View History

2020-05-20 13:11:41 +02:00
<?php
namespace Helper;
// here you can define custom actions
2020-05-20 23:16:45 +02:00
// all public methods declared in helper class will be avaible in $I
2020-05-20 13:11:41 +02:00
class Acceptance extends \Codeception\Module
{
}