mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Merge branch '188-fix-ci' into 'master'
debug ci Closes #188 See merge request Chill-Projet/chill-bundles!606
This commit is contained in:
commit
1b0a30baf8
@ -108,8 +108,6 @@ rector_tests:
|
||||
# - tests/app/vendor/
|
||||
|
||||
unit_tests:
|
||||
# temporarily allow failure due to problem with timezone
|
||||
allow_failure: true
|
||||
stage: Tests
|
||||
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82
|
||||
script:
|
||||
|
@ -356,20 +356,6 @@ final class CalendarSyncerTest extends TestCase
|
||||
}
|
||||
JSON;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
// all tests should run when timezone = +02:00
|
||||
$brussels = new \DateTimeZone('Europe/Brussels');
|
||||
|
||||
if (7200 === $brussels->getOffset(new \DateTimeImmutable())) {
|
||||
date_default_timezone_set('Europe/Brussels');
|
||||
} else {
|
||||
date_default_timezone_set('Europe/Moscow');
|
||||
}
|
||||
}
|
||||
|
||||
public function testHandleAttendeesConfirmingCalendar(): void
|
||||
{
|
||||
$machineHttpClient = new MockHttpClient([
|
||||
|
Loading…
x
Reference in New Issue
Block a user