Skip to content

Commit a1e1b2d

Browse files
committed
lint
1 parent b25896a commit a1e1b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit/functional/DocumentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ public function testDefaultDocumentCategoryForChangeWithITILSolution()
16911691
'_tag_filename' => ['tag-itilsolution-888888'],
16921692
'_prefix_filename' => ['itilsolution_doc.888888'],
16931693
];
1694-
copy(FIXTURE_DIR . '/uploads/foo.txt', GLPI_TMP_DIR . '/' .$filename);
1694+
copy(FIXTURE_DIR . '/uploads/foo.txt', GLPI_TMP_DIR . '/' . $filename);
16951695
$itilSolutions_id = $itilSolution->add($inputSolution);
16961696
$this->assertGreaterThan(0, $itilSolutions_id);
16971697

0 commit comments

Comments
 (0)