mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-22 14:33:11 -06:00
24 lines
468 B
PHP
24 lines
468 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;
|
|
|
|
/**
|
|
* Class FunctionalTesterActions
|
|
*
|
|
* @package _generated
|
|
*/
|
|
trait FunctionalTesterActions
|
|
{
|
|
/**
|
|
* @return \Codeception\Scenario
|
|
*/
|
|
abstract protected function getScenario();
|
|
|
|
|
|
}
|