Exemplo n.º 1
0
 public function testIs_on_error()
 {
     $this->assertFalse($this->object_mono->is_on_error());
     $this->assertFalse($this->object_multi->is_on_error());
 }