Example #1
0
 public function testGetNonSetParam()
 {
     $tag = new Tag\Item(array('title' => 'foo', 'weight' => 1));
     $this->assertNull($tag->getParam('foo'));
 }