for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php //[STAMP] 7d3e38136c75ef5a3d78962a39caac9b
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();
}