Fix the build pipeline in GitHub Actions

This commit is contained in:
Matthias Pigulla
2022-11-24 19:08:50 +01:00
committed by GitHub
parent 572c34e648
commit 5ca39f87ff
9 changed files with 103 additions and 28 deletions

View File

@@ -81,7 +81,7 @@ final class InitializedSymfonyExtensionEnvironment implements SymfonyExtensionEn
if (!isset($this->contexts[$class])) {
throw new ContextNotFoundException(sprintf(
'`%s` context is not found in the suite environment. Have you registered it?',
$class
$class,
), $class);
}