]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/AttachmentsApiTest.php
Applied StyleCI changes, added php/larastan to attribution
[bookstack] / tests / Api / AttachmentsApiTest.php
index 40624dcdf869c9627032753ff30f3758f4a3dbe8..ceab5d49afa4dd32e32d36c411c0b2bb97bd6418 100644 (file)
@@ -325,6 +325,6 @@ class AttachmentsApiTest extends TestCase
      */
     protected function getTestFile(string $fileName): UploadedFile
     {
-        return new UploadedFile(base_path('tests/test-data/test-file.txt'), $fileName, 'text/plain', 55, null, true);
+        return new UploadedFile(base_path('tests/test-data/test-file.txt'), $fileName, 'text/plain', null, true);
     }
 }