| 1 | <?php |
||
| 8 | class RunTest extends BaseGherkinToDusk |
||
| 9 | { |
||
| 10 | protected $path; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @var string |
||
| 14 | */ |
||
| 15 | protected $class_file_name_and_path; |
||
| 16 | |||
| 17 | |||
| 18 | public function handleDomain($path) |
||
| 27 | |||
| 28 | private function setClassFileNameAndPath($class_file_name_and_path = null) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | public function getClassFileNameAndPath() |
||
| 49 | |||
| 50 | private function runTestFromFile() |
||
| 54 | } |
||
| 55 |