Skip to content

Commit 15fd142

Browse files
authored
Fix parameter name in exception for case when Kernel has custom namespace (#199)
1 parent e11bf68 commit 15fd142

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
@@ -321,7 +321,7 @@ protected function getKernelClass(): string
321321
throw new ModuleRequireException(
322322
self::class,
323323
"Kernel class was not found.\n"
324-
. 'Specify directory where file with Kernel class for your application is located with `app_path` parameter.'
324+
. 'Specify directory where file with Kernel class for your application is located with `kernel_class` parameter.'
325325
);
326326
}
327327

0 commit comments

Comments
 (0)