We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11bf68 commit 15fd142Copy full SHA for 15fd142
src/Codeception/Module/Symfony.php
@@ -321,7 +321,7 @@ protected function getKernelClass(): string
321
throw new ModuleRequireException(
322
self::class,
323
"Kernel class was not found.\n"
324
- . 'Specify directory where file with Kernel class for your application is located with `app_path` parameter.'
+ . 'Specify directory where file with Kernel class for your application is located with `kernel_class` parameter.'
325
);
326
}
327
0 commit comments