Codeception icon indicating copy to clipboard operation
Codeception copied to clipboard

Fixed false negative message about missing stecman/symfony-console-completion packege

Open geega opened this issue 3 years ago • 0 comments

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  

geega avatar Aug 05 '22 15:08 geega