We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8bea5d + ac0c67a commit 8530cacCopy full SHA for 8530cac
src/Codeception/Module/Symfony.php
@@ -305,7 +305,7 @@ protected function getKernelClass(): string
305
throw new ModuleRequireException(
306
self::class,
307
"Can't load Kernel from {$path}.\n"
308
- . 'Directory does not exists. Use `app_path` parameter to provide valid application path'
+ . 'Directory does not exist. Set `app_path` in your suite configuration to a valid application path.'
309
);
310
}
311
0 commit comments