We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cf4d1 commit 45c636fCopy full SHA for 45c636f
src/Codeception/Module/Symfony.php
@@ -319,7 +319,7 @@ protected function getKernelClass(): string
319
throw new ModuleRequireException(
320
self::class,
321
"Kernel class was not found.\n"
322
- . '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.'
323
);
324
}
325
0 commit comments