1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 20:44:48 +02:00
Files
php-e107/tests/_support/_generated/FunctionalTesterActions.php
2018-02-06 04:08:52 -06:00

17 lines
377 B
PHP

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