public function test_appendZoneText_1arg_nullText()
 {
     TestHelper::assertNullException($this, function () {
         $this->builder->appendZoneText(null);
     });
 }