FunctionalTesterActions.php 377 B

12345678910111213141516
  1. <?php //[STAMP] 26bdad3556c3b36fc92619ae1d0ad208
  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. trait FunctionalTesterActions
  7. {
  8. /**
  9. * @return \Codeception\Scenario
  10. */
  11. abstract protected function getScenario();
  12. }