Exemplo n.º 1
0
 /**
  * Test proxy behavior when the called method name is not a string.
  *
  * @expectedException \TypeError
  */
 public function testCallInvalidName()
 {
     $this->proxy->__call(array(), array());
 }