markTestIncomplete('testGetUsername is not implemented yet'); } /** * Test for Credentials::SetUsername() * **/ public function testSetUsername() { $this->markTestIncomplete('testSetUsername is not implemented yet'); } /** * Test for Credentials::GetPassword() * **/ public function testGetPassword() { $this->markTestIncomplete('testGetPassword is not implemented yet'); } /** * Test for Credentials::SetPassword() * **/ public function testSetPassword() { $this->markTestIncomplete('testSetPassword is not implemented yet'); } /** * Test for Credentials::GetDomain() * **/ public function testGetDomain() { $this->markTestIncomplete('testGetDomain is not implemented yet'); } /** * Test for Credentials::SetDomain() * **/ public function testSetDomain() { $this->markTestIncomplete('testSetDomain is not implemented yet'); } }