markTestIncomplete(); } public function test_only_one_guardian_despite_adding_same_guardian_twice () { $this->markTestIncomplete(); } public function test_adding_same_guardian_twice_returns_wp_error () { $this->markTestIncomplete(); } public function test_adding_nonexistent_user_as_a_guardian_returns_wp_error () { $this->markTestIncomplete(); } public function test_adding_self_as_guardian_returns_wp_error () { $this->markTestIncomplete(); } public function test_removing_guardian_removes_meta_field () { $this->markTestIncomplete(); } public function test_adding_guardian_adds_guardian_meta_field () { $this->markTestIncomplete(); } public function test_removing_guardian_removes_extra_guardian_meta_field () { $this->markTestIncomplete(); } public function test_setGuardianInfo () { $this->markTestIncomplete(); } public function test_getResponseTeam_returns_team_of_requested_user () { $this->markTestIncomplete(); } }