Blame view

tests/codeception/thread/_support/_generated/UnitTesterActions.php 398 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <?php  //[STAMP] 9162d2f5b8e55109c389a2d6c2356e6d
  namespace tests\codeception\thread\_generated;
  
  // This class was automatically generated by build task
  // You should not change it manually as it will be overwritten on next build
  // @codingStandardsIgnoreFile
  
  
  
  trait UnitTesterActions
  {
      /**
       * @return \Codeception\Scenario
       */
      abstract protected function getScenario();
  
      
  }