Skip to content
Snippets Groups Projects
Commit cea517c2 authored by Ted Bowman's avatar Ted Bowman Committed by Adam G-H
Browse files

Issue #3264554 by tedbow: Remove fun from module to get core cspell check to pass :cry:

parent ec507ef1
No related branches found
No related tags found
1 merge request!212Issue #3264554: Remove fun from module to get core cspell check to pass 😢
...@@ -58,9 +58,9 @@ class ReadinessTraitTest extends UnitTestCase { ...@@ -58,9 +58,9 @@ class ReadinessTraitTest extends UnitTestCase {
// messages as errors and warnings, respectively. // messages as errors and warnings, respectively.
$results = [ $results = [
ValidationResult::createError(['Boo!']), ValidationResult::createError(['Boo!']),
ValidationResult::createError(['Wednesday', 'Pugsley'], $this->t('The Addams Family')), ValidationResult::createError(['Wednesday', 'Thursday'], $this->t('The Addams Family')),
ValidationResult::createWarning(['Moo!']), ValidationResult::createWarning(['Moo!']),
ValidationResult::createWarning(['Shaggy', 'Scooby'], $this->t('Mystery Mobile')), ValidationResult::createWarning(['Shaggy', 'The dog'], $this->t('Mystery Mobile')),
]; ];
$this->displayResults($results, $messenger); $this->displayResults($results, $messenger);
......
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