MINOR: Explicitly declare $adapter in DbDatetimeTest

This commit is contained in:
Fred Condo 2012-03-11 11:49:49 -07:00
parent cbb0259dd7
commit 82bb12b5d3

View File

@ -12,6 +12,8 @@ class DbDatetimeTest extends FunctionalTest {
E_USER_NOTICE => 5,
);
private $adapter;
/**
* Check if dates match more or less. This takes into the account the db query
* can overflow to the next second giving offset readings.