UnitTesterActions.php 398 Bytes
<?php  //[STAMP] 9162d2f5b8e55109c389a2d6c2356e6d
namespace tests\codeception\thread\_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 UnitTesterActions
{
    /**
     * @return \Codeception\Scenario
     */
    abstract protected function getScenario();

    
}