Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
dropzonejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
dropzonejs
Commits
7af9fd05
Commit
7af9fd05
authored
Apr 10, 2018
by
Berdir
Committed by
Primsi
Apr 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2959840
by Berdir: Fix tests
parent
bd85dfcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/src/Kernel/DropzoneJsUploadControllerTest.php
tests/src/Kernel/DropzoneJsUploadControllerTest.php
+0
-1
No files found.
tests/src/Kernel/DropzoneJsUploadControllerTest.php
View file @
7af9fd05
...
...
@@ -67,7 +67,6 @@ class DropzoneJsUploadControllerTest extends KernelTestBase {
->
set
(
'path.temporary'
,
$this
->
filesDir
)
->
save
();
$this
->
tmpFile
=
tempnam
(
$this
->
filesDir
,
$this
->
testfilePrefix
);
$this
->
tmpFile
=
tempnam
(
''
,
$this
->
testfilePrefix
);
file_put_contents
(
$this
->
tmpFile
,
$this
->
testfileData
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment