FunctionalTesterActions.php
401 Bytes
<?php //[STAMP] aa1a37cfb0104e766c197952fba6d5ef
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();
}