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.
38 $instance = $this->group->changeTimezone(
'Europe/Berlin');
39 $this->assertInstanceOf(ChangeTimezone::class, $instance);
◆ testChangeTimezoneWrongConstruction()
ILIAS\Tests\Refinery\DateTime\GroupTest::testChangeTimezoneWrongConstruction |
( |
| ) |
|
Definition at line 42 of file GroupTest.php.
44 $this->expectException(\InvalidArgumentException::class);
45 $instance = $this->group->changeTimezone(
'MiddleEarth/Minas_Morgul');
◆ $group
Group ILIAS\Tests\Refinery\DateTime\GroupTest::$group |
|
private |
The documentation for this class was generated from the following file: