Definition at line 27 of file GroupTest.php.
◆ setUp()
ILIAS\Tests\Refinery\DateTime\GroupTest::setUp |
( |
| ) |
|
|
protected |
◆ testChangeTimezone()
ILIAS\Tests\Refinery\DateTime\GroupTest::testChangeTimezone |
( |
| ) |
|
Definition at line 36 of file GroupTest.php.
36 : void
37 {
38 $instance = $this->group->changeTimezone('Europe/Berlin');
39 $this->assertInstanceOf(ChangeTimezone::class, $instance);
40 }
◆ testChangeTimezoneWrongConstruction()
ILIAS\Tests\Refinery\DateTime\GroupTest::testChangeTimezoneWrongConstruction |
( |
| ) |
|
Definition at line 42 of file GroupTest.php.
42 : void
43 {
44 $this->expectException(\InvalidArgumentException::class);
45 $instance = $this->group->changeTimezone('MiddleEarth/Minas_Morgul');
46 }
◆ $group
Group ILIAS\Tests\Refinery\DateTime\GroupTest::$group |
|
private |
The documentation for this class was generated from the following file: