public function testHasNull() { $structure = new Structure(); $structure->merge(array('param' => null)); $this->assertTrue($structure->has('param')); }