public function tearDown()
 {
     parent::tearDown();
     $return = $this->rawCurl(ROOT_URL . 'tao/test/connector/tearDown.php', array('uri' => $this->userUri));
     $this->assertTrue(json_decode($return, true));
     /*
     $this->user->delete();
     */
 }
 /**
  * @access public
  * @author "Lionel Lecaque, <*****@*****.**>"
  */
 public function setUp()
 {
     TaoPhpUnitTestRunner::initTest();
     $this->service = taoResults_models_classes_ResultsService::singleton();
 }