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