Skip to content

Commit 8530cac

Browse files
authored
Merge pull request #161 from ThomasLandauer/patch-3
Improving language
2 parents c8bea5d + ac0c67a commit 8530cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Symfony.php

+1-1
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)