aboutsummaryrefslogtreecommitdiff
path: root/tests/_support/_generated/FunctionalTesterActions.php
blob: b5cf1318bc4935d3f95ccdc8d2d0a719ea518445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php  //[STAMP] c5619ad0c54058717fc7144a9556c23b
// phpcs:ignoreFile
namespace _generated;

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

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

    
}