aboutsummaryrefslogtreecommitdiff
path: root/tests/_support/_generated/FunctionalTesterActions.php
blob: 1f35faee49fd9eb2902612a4ae4b053380fecae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php  //[STAMP] 80b4e0bf1e286a6a3bd71a25c2b1a786
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

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

    
}