Open abdyek opened 3 years ago
Impossible to say without examining the code and the database. Only you can do that.
Have you checked all the places where this might go wrong (i.e. does the row in the database have a value, does the Propel statement fetch this value, what is accessed in getDateTime()
, etc.)?
If this turns out to be a bug, please report it.
Impossible to say without examining the code and the database. Only you can do that. Have you checked all the places where this might go wrong (i.e. does the row in the database have a value, does the Propel statement fetch this value, what is accessed in
getDateTime()
, etc.)? If this turns out to be a bug, please report it.
date_time is a column in authentication table and there is xml skeleton first message. getDateTime function must return this column normally. But it returned null. I think maybe this issue is about php runtime. I suspend date_time test code in my project for now. Yes I have checked all the places for this issue. Thank you by the way..
This is part of my schema.xml
$timestamp = $auth->getDateTime();
$timestamp variable is null. I tried another name but it always returns null. I used propel2 for several project but I didn't see a bug like this. Is there a config for it or it is a bug?My TestClass:
My Controller Class:
PHPUnit Output: