Skip to content
Snippets Groups Projects
Commit 1fc3e164 authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3260664 by tedbow: Cspell fail because of "Precreate"

parent 10b74816
No related branches found
No related tags found
1 merge request!182Issue #3260664: Cspell fail because of "Precreate"
......@@ -134,8 +134,8 @@ class CronUpdaterTest extends AutomaticUpdatesKernelTestBase {
*/
public function providerErrors(): array {
$messages = [
'Precreate Event Error',
'Precreate Event Error 2',
'PreCreate Event Error',
'PreCreate Event Error 2',
];
$summary = 'There were errors in updates';
$result_no_summary = ValidationResult::createError([$messages[0]]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment