Codeception
Codeception copied to clipboard
Fixed false negative message about missing stecman/symfony-console-completion packege
class_exists(ConsoleCompletion::class) return always false in position before import class namespaces.
The output of this message provokes a problem with establishing a session and adding session handlers. Like this:
session_set_save_handler(): Session save handler cannot be changed after headers have already been sent