Timezones
Acceptance.php
Go to the documentation of this file.
1<?php
2
3/*
4 * This file is part of the package thucke/timezones.
5 *
6 * For the full copyright and license information, please read the
7 * LICENSE file that was distributed with this source code.
8 */
9
11
12// here you can define custom actions
13// all public methods declared in helper class will be available in $I
14
15class Acceptance extends \Codeception\Module
16{
17}