framework/tests/_support/IntegrationHelper.php

11 lines
204 B
PHP
Raw Normal View History

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