blob: b10769a2af897c01fafd70bd9992d016cda82abd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php //[STAMP] 9862bb9e5ebf65fc43909feeee411c2a
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();
}
|