From 5eb7c71b0d15d9ccb0713c3bb30d7adff6c7d659 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 24 Nov 2019 20:40:26 +0100 Subject: [PATCH] Remove useless Risky --- unit-test/include/class/dossier.Test.php | 193 --------- unit-test/include/class/fiche.Test.php | 482 +-------------------- unit-test/include/class/user.Test.php | 523 ----------------------- 3 files changed, 1 insertion(+), 1197 deletions(-) diff --git a/unit-test/include/class/dossier.Test.php b/unit-test/include/class/dossier.Test.php index 21650b14c..afba77c93 100644 --- a/unit-test/include/class/dossier.Test.php +++ b/unit-test/include/class/dossier.Test.php @@ -29,201 +29,8 @@ class DossierTest extends TestCase } - /** - * @covers Dossier::id - * @todo Implement testId(). - */ - public function testId() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::show_dossier - * @todo Implement testShow_dossier(). - */ - public function testShow_dossier() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::count - * @todo Implement testCount(). - */ - public function testCount() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::get_user_folder - * @todo Implement testGet_user_folder(). - */ - public function testGet_user_folder() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::check - * @todo Implement testCheck(). - */ - public function testCheck() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::get - * @todo Implement testGet(). - */ - public function testGet() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::hidden - * @todo Implement testHidden(). - */ - public function testHidden() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::name - * @todo Implement testName(). - */ - public function testName() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::get_parameter - * @todo Implement testGet_parameter(). - */ - public function testGet_parameter() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::set_parameter - * @todo Implement testSet_parameter(). - */ - public function testSet_parameter() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::get_info - * @todo Implement testGet_info(). - */ - public function testGet_info() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::save - * @todo Implement testSave(). - */ - public function testSave() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::update - * @todo Implement testUpdate(). - */ - public function testUpdate() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::load - * @todo Implement testLoad(). - */ - public function testLoad() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::get_version - * @todo Implement testGet_version(). - */ - public function testGet_version() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Dossier::connect - * @todo Implement testConnect(). - */ - public function testConnect() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - /** * @covers Dossier::synchro_admin - * @todo Implement testSynchro_admin(). */ public function testSynchro_admin() { diff --git a/unit-test/include/class/fiche.Test.php b/unit-test/include/class/fiche.Test.php index 06528abd5..e3fe39cd5 100644 --- a/unit-test/include/class/fiche.Test.php +++ b/unit-test/include/class/fiche.Test.php @@ -55,493 +55,13 @@ class FicheTest extends TestCase } - /** - * @covers Fiche::get_by_qcode - * @todo Implement testGet_by_qcode(). - */ - public function testGet_by_qcode() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::setAttribut - * @todo Implement testSetAttribut(). - */ - public function testSetAttribut() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::getAttribut - * @todo Implement testGetAttribut(). - */ - public function testGetAttribut() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::seek - * @todo Implement testSeek(). - */ - public function testSeek() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::size - * @todo Implement testSize(). - */ - public function testSize() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::count_by_modele - * @todo Implement testCount_by_modele(). - */ - public function testCount_by_modele() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::GetByDef - * @todo Implement testGetByDef(). - */ - public function testGetByDef() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::ShowTable - * @todo Implement testShowTable(). - */ - public function testShowTable() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::strAttribut - * @todo Implement testStrAttribut(). - */ - public function testStrAttribut() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::to_array - * @todo Implement testTo_array(). - */ - public function testTo_array() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::blank - * @todo Implement testBlank(). - */ - public function testBlank() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::Display - * @todo Implement testDisplay(). - */ - public function testDisplay() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::Save - * @todo Implement testSave(). - */ - public function testSave() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::insert - * @todo Implement testInsert(). - */ - public function testInsert() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::update - * @todo Implement testUpdate(). - */ - public function testUpdate() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::remove - * @todo Implement testRemove(). - */ - public function testRemove() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::getName - * @todo Implement testGetName(). - */ - public function testGetName() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_quick_code - * @todo Implement testGet_quick_code(). - */ - public function testGet_quick_code() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::Get - * @todo Implement testGet(). - */ - public function testGet() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_by_category - * @todo Implement testGet_by_category(). - */ - public function testGet_by_category() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_fiche_def_ref_id - * @todo Implement testGet_fiche_def_ref_id(). - */ - public function testGet_fiche_def_ref_id() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_row_date - * @todo Implement testGet_row_date(). - */ - public function testGet_row_date() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - /** * @covers Fiche::get_row - * @todo Implement testGet_row(). */ public function testGet_row() { - $this->object->get_row(235,238); + $this->assertTrue(is_array($this->object->get_row(235,238))); } - /** - * @covers Fiche::HtmlTableDetail - * @todo Implement testHtmlTableDetail(). - */ - public function testHtmlTableDetail() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::HtmlTable - * @todo Implement testHtmlTable(). - */ - public function testHtmlTable() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::HtmlTableHeader - * @todo Implement testHtmlTableHeader(). - */ - public function testHtmlTableHeader() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_solde_detail - * @todo Implement testGet_solde_detail(). - */ - public function testGet_solde_detail() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_bk_balance - * @todo Implement testGet_bk_balance(). - */ - public function testGet_bk_balance() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::empty_attribute - * @todo Implement testEmpty_attribute(). - */ - public function testEmpty_attribute() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::Summary - * @todo Implement testSummary(). - */ - public function testSummary() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_categorie - * @todo Implement testGet_categorie(). - */ - public function testGet_categorie() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::belong_ledger - * @todo Implement testBelong_ledger(). - */ - public function testBelong_ledger() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_fiche_def - * @todo Implement testGet_fiche_def(). - */ - public function testGet_fiche_def() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::is_used - * @todo Implement testIs_used(). - */ - public function testIs_used() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::delete - * @todo Implement testDelete(). - */ - public function testDelete() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::build_sql - * @todo Implement testBuild_sql(). - */ - public function testBuild_sql() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::move_to - * @todo Implement testMove_to(). - */ - public function testMove_to() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_amount_side - * @todo Implement testGet_amount_side(). - */ - public function testGet_amount_side() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::test_me - * @todo Implement testTest_me(). - */ - public function testTest_me() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_gestion_title - * @todo Implement testGet_gestion_title(). - */ - public function testGet_gestion_title() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Fiche::get_all_account - * @todo Implement testGet_all_account(). - */ - public function testGet_all_account() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } } diff --git a/unit-test/include/class/user.Test.php b/unit-test/include/class/user.Test.php index 727994c0a..f8e12723d 100644 --- a/unit-test/include/class/user.Test.php +++ b/unit-test/include/class/user.Test.php @@ -71,529 +71,6 @@ class UserTest extends TestCase $this->assertEquals($this->object->email, USE_EMAIL); } - /** - * @covers User::save - */ - public function testSave() - { - } - - /** - * @covers User::insert - * @todo Implement testInsert(). - */ - public function testInsert() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::Check - * @todo Implement testCheck(). - */ - public function testCheck() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_folder_access - * @todo Implement testGet_folder_access(). - */ - public function testGet_folder_access() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::set_folder_access - * @todo Implement testSet_folder_access(). - */ - public function testSet_folder_access() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_ledger_access - * @todo Implement testGet_ledger_access(). - */ - public function testGet_ledger_access() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_ledger - * @todo Implement testGet_ledger(). - */ - public function testGet_ledger() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_ledger_sql - * @todo Implement testGet_ledger_sql(). - */ - public function testGet_ledger_sql() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::Admin - * @todo Implement testAdmin(). - */ - public function testAdmin() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::set_periode - * @todo Implement testSet_periode(). - */ - public function testSet_periode() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_periode - * @todo Implement testGet_periode(). - */ - public function testGet_periode() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_mini_report - * @todo Implement testGet_mini_report(). - */ - public function testGet_mini_report() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::set_mini_report - * @todo Implement testSet_mini_report(). - */ - public function testSet_mini_report() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::save_global_preference - * @todo Implement testSave_global_preference(). - */ - public function testSave_global_preference() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_preference - * @todo Implement testGet_preference(). - */ - public function testGet_preference() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::check_module - * @todo Implement testCheck_module(). - */ - public function testCheck_module() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::check_action - * @todo Implement testCheck_action(). - */ - public function testCheck_action() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::load_global_pref - * @todo Implement testLoad_global_pref(). - */ - public function testLoad_global_pref() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::insert_default_global_pref - * @todo Implement testInsert_default_global_pref(). - */ - public function testInsert_default_global_pref() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::update_global_pref - * @todo Implement testUpdate_global_pref(). - */ - public function testUpdate_global_pref() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_exercice - * @todo Implement testGet_exercice(). - */ - public function testGet_exercice() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::can_request - * @todo Implement testCan_request(). - */ - public function testCan_request() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::check_print - * @todo Implement testCheck_print(). - */ - public function testCheck_print() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::can_print - * @todo Implement testCan_print(). - */ - public function testCan_print() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::is_local_admin - * @todo Implement testIs_local_admin(). - */ - public function testIs_local_admin() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_available_repository - * @todo Implement testGet_available_repository(). - */ - public function testGet_available_repository() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_list - * @todo Implement testGet_list(). - */ - public function testGet_list() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::check_jrn - * @todo Implement testCheck_jrn(). - */ - public function testCheck_jrn() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::check_dossier - * @todo Implement testCheck_dossier(). - */ - public function testCheck_dossier() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_limit_current_exercice - * @todo Implement testGet_limit_current_exercice(). - */ - public function testGet_limit_current_exercice() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::show_dossier - * @todo Implement testShow_dossier(). - */ - public function testShow_dossier() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_available_folder - * @todo Implement testGet_available_folder(). - */ - public function testGet_available_folder() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::audit - * @todo Implement testAudit(). - */ - public function testAudit() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::save_profile - * @todo Implement testSave_profile(). - */ - public function testSave_profile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_profile - * @todo Implement testGet_profile(). - */ - public function testGet_profile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_writable_profile - * @todo Implement testGet_writable_profile(). - */ - public function testGet_writable_profile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::get_readable_profile - * @todo Implement testGet_readable_profile(). - */ - public function testGet_readable_profile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::can_add_action - * @todo Implement testCan_add_action(). - */ - public function testCan_add_action() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::can_write_action - * @todo Implement testCan_write_action(). - */ - public function testCan_write_action() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::can_read_action - * @todo Implement testCan_read_action(). - */ - public function testCan_read_action() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::can_write_repo - * @todo Implement testCan_write_repo(). - */ - public function testCan_write_repo() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::can_read_repo - * @todo Implement testCan_read_repo(). - */ - public function testCan_read_repo() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::save_password - * @todo Implement testSave_password(). - */ - public function testSave_password() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers User::save_email - * @todo Implement testSave_email(). - */ - public function testSave_email() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - /** * @covers User::revoke_access * @todo Implement testRevoke_access().