Exemplo n.º 1
0
 public function testCallException2()
 {
     $this->setExpectedException("MemberAccessException");
     $this->object->exception();
 }
Exemplo n.º 2
0
 public function testCallException1()
 {
     $this->setExpectedException("MemberAccessException");
     Manager::exception();
 }