AzuraCast/tests/_support/_generated/UnitTesterActions.php

17 lines
371 B
PHP

<?php //[STAMP] 56ffbccca622387ce1270fe615ff8a89
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();
}