Exemplo n.º 1
0
 /**
  * tear down tests
  *
  */
 public function tearDown()
 {
     $pfe = new Tinebase_PersistentFilter_Backend_Sql();
     $pfe->deleteByProperty('All my tasks', 'description');
     $backend = new Tasks_Backend_Sql();
     $backend->deleteByProperty("Test Task", "description");
 }