@@ -20,7 +20,7 @@ |
||
| 20 | 20 | |
| 21 | 21 | public function setUp() : void |
| 22 | 22 | { |
| 23 | - $this->tempFilename = tempnam(sys_get_temp_dir(), str_replace('\\', '_', __CLASS__) . '_'); |
|
| 23 | + $this->tempFilename = tempnam(sys_get_temp_dir(), str_replace('\\', '_', __CLASS__).'_'); |
|
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | public function tearDown() : void |