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