mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
19 lines
401 B
PHP
19 lines
401 B
PHP
<?php //[STAMP] 234c8e8e178ebdf7259ad9fc91cec585
|
|
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
|
|
|
|
use Helper\Functional;
|
|
|
|
trait FunctionalTesterActions
|
|
{
|
|
/**
|
|
* @return \Codeception\Scenario
|
|
*/
|
|
abstract protected function getScenario();
|
|
|
|
|
|
}
|