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