summaryrefslogtreecommitdiffstats
path: root/tests/_support/_generated/FunctionalTesterActions.php
blob: 86a9312b3b0d0fb79236bcfb50a0783cf680728d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php  //[STAMP] ffada6587f597b23930f2f63d3309fd0
namespace _generated;

// This class was automatically generated by build task
// You should not change it manually as it will be overwritten on next build
// @codingStandardsIgnoreFile

use Helper\Functional;

trait FunctionalTesterActions
{
    /**
     * @return \Codeception\Scenario
     */
    abstract protected function getScenario();

    
}