AzuraCast/tests/_support/_generated/UnitTesterActions.php

17 lines
371 B
PHP

<?php //[STAMP] b52e4ffd1eac82e3a1b7d8c495f5aca3
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 UnitTesterActions
{
/**
* @return \Codeception\Scenario
*/
abstract protected function getScenario();
}