public function test_plus_longUnit_null()
 {
     TestHelper::assertNullException($this, function () {
         $this->TEST_DATE_TIME_PARIS->plus(0, null);
     });
 }