Files
piratepoet/tests/_support/_generated/FunctionalTesterActions.php
2015-07-16 16:45:25 +02:00

19 lines
401 B
PHP

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