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

fix borrower loans timeSource failure

parent 2b88cccb
No related merge requests found
Pipeline #19666 passed with stage
in 29 minutes and 30 seconds
......@@ -231,6 +231,12 @@ abstract class AbonneControllerPretsListThreePretsTestCase
'erreur' => ''])
->setPseudo('FloFlo');
}
public function tearDown() {
Class_WebService_SIGB_Emprunt::setTimeSource(null);
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