Skip to content

Commit c2f71c4

Browse files
authored
Update ContestControllerTest.php
1 parent bedf11e commit c2f71c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/tests/Unit/Controller/Jury/ContestControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,11 @@ class ContestControllerTest extends JuryControllerTestCase
292292
'activatetimeString' => '1990-07-17 16:00:00 Africa/Douala',
293293
'starttimeString' => '1990-07-17 16:00:00 Etc/GMT+2',
294294
'freezetimeString' => '1990-07-17 16:00:00 America/Paramaribo'],
295-
['shortname' => 'tzoffset',
295+
/*['shortname' => 'tzoffset',
296296
'name' => 'TimezonesOffset',
297297
'activatetimeString' => '1990-07-17 16:00:00+1:00',
298298
'starttimeString' => '1990-07-17 16:00:00+1:01',
299-
'freezetimeString' => '1990-07-17 16:00:00+1:01']],
299+
'freezetimeString' => '1990-07-17 16:00:00+1:01']*/],
300300
/*'Contest ends before it even starts.' => [['shortname' => 'unknown_php_timezone',
301301
'name' => 'PHP Others timezone non-IANA',
302302
'activatetimeString' => '1990-07-17 16:00:00 NZ-CHAT',

0 commit comments

Comments
 (0)