Skip to content

Commit ac0c67a

Browse files
Improving language
1 parent c8bea5d commit ac0c67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ protected function getKernelClass(): string
305305
throw new ModuleRequireException(
306306
self::class,
307307
"Can't load Kernel from {$path}.\n"
308-
. 'Directory does not exists. Use `app_path` parameter to provide valid application path'
308+
. 'Directory does not exist. Set `app_path` in your suite configuration to a valid application path.'
309309
);
310310
}
311311

0 commit comments

Comments
 (0)