mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Explicitly declare $adapter in DbDatetimeTest
This commit is contained in:
parent
cbb0259dd7
commit
82bb12b5d3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user