Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
cbbd7217
Commit
cbbd7217
authored
Nov 09, 2016
by
Jess
Browse files
Issue
#2826038
by dermario: Fix spelling of testWriteProectedDestination
parent
6a1f0681
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
View file @
cbbd7217
...
...
@@ -60,7 +60,7 @@ public function testNonDestructiveDownload() {
/**
* Tests that an exception is thrown if the destination URI is not writable.
*/
public
function
testWriteProectedDestination
()
{
public
function
testWritePro
t
ectedDestination
()
{
// Create a pre-existing file at the destination, to test overwrite behavior.
$destination_uri
=
$this
->
createUri
(
'not-writable.txt'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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