FunctionalTesterActions.php 401 B

123456789101112131415161718
  1. <?php //[STAMP] 70f15212ac43d441b0bcf9bea18ed763
  2. namespace _generated;
  3. // This class was automatically generated by build task
  4. // You should not change it manually as it will be overwritten on next build
  5. // @codingStandardsIgnoreFile
  6. use Helper\Functional;
  7. trait FunctionalTesterActions
  8. {
  9. /**
  10. * @return \Codeception\Scenario
  11. */
  12. abstract protected function getScenario();
  13. }