| @@ 51-53 (lines=3) @@ | ||
| 48 | */ |
|
| 49 | public static function tearDownAfterClass() |
|
| 50 | { |
|
| 51 | if (in_array(getenv('DELETE_TEMP_FILES'), ['true', '1', 1, true], true)) { |
|
| 52 | static::$fileSystem->remove(__DIR__.static::$TEMP_PATH); |
|
| 53 | } |
|
| 54 | } |
|
| 55 | ||
| 56 | /** |
|
| @@ 55-57 (lines=3) @@ | ||
| 52 | */ |
|
| 53 | public static function tearDownAfterClass() |
|
| 54 | { |
|
| 55 | if (in_array(getenv('DELETE_TEMP_FILES'), ['true', '1', 1, true], true)) { |
|
| 56 | static::$fileSystem->remove(__DIR__.static::$TEMP_PATH); |
|
| 57 | } |
|
| 58 | } |
|
| 59 | ||
| 60 | // |
|