mirror of
https://github.com/getgrav/grav.git
synced 2026-01-25 17:00:08 +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();
|
||
|
|
|
||
|
|
|
||
|
|
}
|