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

11 lines
210 B
PHP

<?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
{
}