Skip to content
Snippets Groups Projects
Commit cbbd7217 authored by Jess's avatar Jess
Browse files

Issue #2826038 by dermario: Fix spelling of testWriteProectedDestination

parent 6a1f0681
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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 testWriteProtectedDestination() {
// Create a pre-existing file at the destination, to test overwrite behavior.
$destination_uri = $this->createUri('not-writable.txt');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment