コード例 #1
0
 public function testHasNull()
 {
     $structure = new Structure();
     $structure->merge(array('param' => null));
     $this->assertTrue($structure->has('param'));
 }