skip to Main Content

PHPUnit doctrine mock issue

ideally for my project I need to store time only in the database (doctrine type="time_immutable"). However it causes issues with phpunit and I cant find any working solution. When I try to mock time only got this error: PDOException: SQLSTATE[22007]:…

VIEW QUESTION
Back To Top
Search