Files
piratepoet/tests/_support/_generated/FunctionalTesterActions.php
2015-07-14 18:18:34 +02:00

19 lines
401 B
PHP

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