Ejemplo n.º 1
0
 public function test_offset_ClockDuration_nullClock()
 {
     TestHelper::assertNullException($this, function () {
         Clock::offset(null, Duration::ZERO());
     });
 }