Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
91b785f0
Commit
91b785f0
authored
Jan 01, 2017
by
Thomas Müller
Browse files
unlink test image - pollutes ci server
parent
8ba3c3a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/lib/ImageTest.php
View file @
91b785f0
...
...
@@ -332,6 +332,7 @@ class ImageTest extends \Test\TestCase {
$img
->
save
(
$tempFile
,
$mimeType
);
$actualMimeType
=
\
OC_Image
::
getMimeTypeForFile
(
$tempFile
);
unlink
(
$tempFile
);
$this
->
assertEquals
(
$mimeType
,
$actualMimeType
);
}
}
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