Make stored usertime protected instead of private

This commit is contained in:
nathangray 2017-02-06 13:27:30 -07:00
parent 4d6ba96115
commit e0c7ddd0cb

View File

@ -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