Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
configuration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2021 at 10:24 UTC
Updated:
1 Oct 2021 at 13:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lendudeThis should do it...
Comment #3
xjmTook me a minute to spot it; "Driectory". Nice find.
It's hard to tell from https://dispatcher.drupalci.org/job/drupal_patches/97711/consoleFull if the test is actually running because the output is truncated at
Drupal\FunctionalTests\Installer\InstallerExistingConfigSync. It might be good to post a fail-patch or such to prove the test is running?Comment #4
lendudeSince both the file name and the class name contain the typo, I would assume it is running....
Comment #5
lendudeHere we go, with a fail build in! and the fix patch again
Comment #7
longwaveShame that cspell did not pick up on this, maybe it doesn't check camel-cased words or this string is too long or something like that.
Comment #9
catchCommitted 4ce6de6 and pushed to 9.3.x. Thanks!