mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 02:21:28 +01:00
Make stored usertime protected instead of private
This commit is contained in:
parent
4d6ba96115
commit
e0c7ddd0cb
@ -22,7 +22,7 @@ use PHPUnit_Framework_TestCase as TestCase;
|
|||||||
*/
|
*/
|
||||||
class DateTimeTest extends TestCase {
|
class DateTimeTest extends TestCase {
|
||||||
|
|
||||||
static $usertime;
|
protected static $usertime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Work in server time, so tests match expectations
|
* Work in server time, so tests match expectations
|
||||||
|
Loading…
Reference in New Issue
Block a user