| 1 | <?php |
||
| 9 | class StaticOutputPath extends \PHPUnit_Framework_BaseTestListener |
||
| 10 | { |
||
| 11 | /** @var string */ |
||
| 12 | private static $path; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * StaticOutputPath constructor. |
||
| 16 | * @param $path |
||
| 17 | */ |
||
| 18 | public function __construct($path) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return string |
||
| 25 | * @throws \RuntimeException If not ready |
||
| 26 | */ |
||
| 27 | public static function getPath() |
||
| 35 | } |
||
| 36 |