AzuraCast/tests/_support/_generated/UnitTesterActions.php

17 lines
371 B
PHP

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