Пример #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function test_invalid_argument_exception()
 {
     $h = new HtmlHelper();
     $h->a()->attr(array(), "a");
 }