@@ -14,7 +14,7 @@ |
||
14 | 14 | public function testBasic(): void |
15 | 15 | { |
16 | 16 | $path = new Path(); |
17 | - $path->setData(['user'=>'def','module'=>'jkl','mno'=>'pqr',]); |
|
17 | + $path->setData(['user'=>'def', 'module'=>'jkl', 'mno'=>'pqr', ]); |
|
18 | 18 | $path->setDocumentRoot('/abc/def/ghi/jkl'); |
19 | 19 | $path->setPathToSystemRoot('../mno/pqr'); |
20 | 20 | $this->assertEquals(implode(DIRECTORY_SEPARATOR, ['', 'abc', 'def', 'ghi', 'jkl']), $path->getDocumentRoot()); |