Printing debug output to console in Codeception

前端 未结 6 613
花落未央
花落未央 2020-12-28 12:34

Very thick question, but is there any way to print your own debug messages to the console in Codeception? I mean messages that have nothing to do with assertions, purely for

6条回答
  •  萌比男神i
    2020-12-28 13:12

    \Codeception\Util\Debug::debug($this->em);die();
    

    and run Codeception with --debug flag.

提交回复
热议问题