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
10
namespace
Thucke\Timezones\Tests\Acceptance\Support\Helper
;
11
12
// here you can define custom actions
13
// all public methods declared in helper class will be available in $I
14
15
class
Acceptance
extends
\Codeception\Module
16
{
17
}
Thucke\Timezones\Tests\Acceptance\Support\Helper\Acceptance
Definition:
Acceptance.php:16
Thucke\Timezones\Tests\Acceptance\Support\Helper
Definition:
Acceptance.php:10
source
Tests
Acceptance
Support
Helper
Acceptance.php
Generated by
1.9.3