Exemplo n.º 1
0
 public function testClass()
 {
     $exception = new MultiException('SomeException');
     $exception->add('Foo');
     $this->assertInstanceOf('SomeException', $exception->getExceptions()[0]);
 }