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