Skip to content
Snippets Groups Projects
Commit 41e89d4f authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

hotline #79969 : fix test side effect

parent 30f057dd
Branches
Tags
4 merge requests!2869Master,!2825Master,!2824Hotline,!2823hotline #79969 fix Orphee lost password service
Pipeline #4973 failed with stage
in 46 minutes and 3 seconds
......@@ -1484,6 +1484,10 @@ class OrpheeServiceChangePasswordWithoutClientTest extends ModelTestCase {
$this->assertTrue((new Class_WebService_SIGB_Orphee_ServiceForChangePasswordTesting('wsdl', null, true, []))
->providesChangePasswordService());
}
}
?>
public function tearDown() {
Class_AdminVar::set('LOGIN_THROUGH_SIGB_ONLY', 0);
parent::tearDown();
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment