Exemplo n.º 1
0
 /**
  * __call() test
  *
  * Call as method call
  *
  * Expects:
  * - method:
  * - args:
  *
  * Returns: mixed
  */
 public function test__call()
 {
     $r = new Zend_Server_Reflection_Parameter($this->_getParameter());
     // just test a few call proxies...
     $this->assertTrue(is_bool($r->allowsNull()));
     $this->assertTrue(is_bool($r->isOptional()));
 }