Example #1
0
 public function testSetExceptionsArray()
 {
     $test = new IDS_Monitor(array('test', 'bla'), $this->init);
     $exceptions = array('test1', 'test2');
     $test->setExceptions($exceptions);
     $this->assertEquals($exceptions, $test->getExceptions());
 }