Files
shipping-portal/tests/_support/Helper/Functional.php
T
2023-01-19 09:39:15 +03:00

11 lines
185 B
PHP

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