mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Turn on some debugging to try to figure out what goes wrong on Travis
This commit is contained in:
parent
ed50b91ca4
commit
23d44785a9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user