19 lines
401 B
PHP
19 lines
401 B
PHP
<?php //[STAMP] a07099654f5bd84fd862472e6a030b65
|
|
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();
|
|
|
|
|
|
}
|