Turn on some debugging to try to figure out what goes wrong on Travis

This commit is contained in:
nathangray 2017-10-23 15:27:23 +02:00
parent ed50b91ca4
commit 23d44785a9

View File

@ -48,6 +48,7 @@ class TimezoneTest extends \EGroupware\Api\AppTest {
//$this->mockTracking($this->bo, 'calendar_tracking');
$this->recur_end = new Api\DateTime(mktime(0,0,0,date('m'), date('d') + static::RECUR_DAYS, date('Y')));
error_log("Recurrence end date: " . $this->recur_end . " (" . new Api\DateTime() . ' + ' . static::RECUR_DAYS . ' days)');
}
public function tearDown()