mirror of
https://github.com/e107inc/e107.git
synced 2025-10-10 20:44:48 +02:00
17 lines
377 B
PHP
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();
|
|
|
|
|
|
}
|