@@ -36,13 +36,13 @@ |
||
| 36 | 36 | { |
| 37 | 37 | parent::setUp(); |
| 38 | 38 | |
| 39 | - $this->baseTmpDir = $this->getSysTempDir() . |
|
| 40 | - DIRECTORY_SEPARATOR . |
|
| 41 | - 'p-a-c-t-' . |
|
| 42 | - \uniqid() . |
|
| 39 | + $this->baseTmpDir = $this->getSysTempDir(). |
|
| 40 | + DIRECTORY_SEPARATOR. |
|
| 41 | + 'p-a-c-t-'. |
|
| 42 | + \uniqid(). |
|
| 43 | 43 | DIRECTORY_SEPARATOR; |
| 44 | - $this->tmpDir = $this->baseTmpDir . |
|
| 45 | - \uniqid() . |
|
| 44 | + $this->tmpDir = $this->baseTmpDir. |
|
| 45 | + \uniqid(). |
|
| 46 | 46 | DIRECTORY_SEPARATOR; |
| 47 | 47 | ; |
| 48 | 48 | |