mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 14:36:12 +02:00
tea/Tests/Acceptance/_support/Helper/Acceptance.php

13 lines
211 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class Acceptance extends \Codeception\Module
{
}