Files
piratepoet/tests/_support/Actions.php
2015-10-14 15:56:25 +02:00

19 lines
363 B
PHP

<?php //[STAMP] d305d58a783adf00ac0f766f93b4b7f1
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
trait Actions
{
/**
* @return \Codeception\Scenario
*/
abstract protected function getScenario();
}