mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Bootstrap codeception.
This commit is contained in:
18
tests/_support/_generated/FunctionalTesterActions.php
Normal file
18
tests/_support/_generated/FunctionalTesterActions.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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();
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user