Skip to content

Commit 45c636f

Browse files
prophetzTavoNiievez
authored andcommitted
Fix parameter name in exception for case when Kernel has custom namespace
1 parent 72cf4d1 commit 45c636f

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

0 commit comments

Comments
 (0)