Timezones
All Data Structures Namespaces Files Functions Variables Pages
AcceptanceTester.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
5/*
6 * This file is part of the package thucke/timezones.
7 *
8 * For the full copyright and license information, please read the
9 * LICENSE file that was distributed with this source code.
10 */
11
13
14use Thucke\Timezones\Tests\Acceptance\Support\_generated\AcceptanceTesterActions;
15
31class AcceptanceTester extends \Codeception\Actor
32{
33 use AcceptanceTesterActions;
34}