grav/tests/_support/_generated/FunctionalTesterActions.php

19 lines
401 B
PHP
Raw Normal View History

2016-01-05 11:56:28 +01:00
<?php //[STAMP] 217732cfcf1663b385a9cfd121bbeed3
2016-01-05 11:01:02 +01:00
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();
}