Blame view

tests/_support/_generated/FunctionalTesterActions.php 401 Bytes
0d96ed31   Yarik   test
1
  <?php  //[STAMP] aa1a37cfb0104e766c197952fba6d5ef
8b9f2521   Administrator   28.03.16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  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();
  
      
  }