We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d758f3 commit 5847f96Copy full SHA for 5847f96
phpunit/functional/DocumentTest.php
@@ -1691,7 +1691,7 @@ public function testDefaultDocumentCategoryForChangeWithITILSolution()
1691
'_tag_filename' => ['tag-itilsolution-888888'],
1692
'_prefix_filename' => ['itilsolution_doc.888888'],
1693
];
1694
- copy(FIXTURE_DIR . '/uploads/foo.txt', GLPI_TMP_DIR . '/' .$filename);
+ copy(FIXTURE_DIR . '/uploads/foo.txt', GLPI_TMP_DIR . '/' . $filename);
1695
$itilSolutions_id = $itilSolution->add($inputSolution);
1696
$this->assertGreaterThan(0, $itilSolutions_id);
1697
0 commit comments