public function testSetGetError()
 {
     $this->object->setError('error');
     $this->assertEquals('error', $this->object->getError());
 }