From 5596f3d4561c3f729d5da54761bb7e05c0559f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Villaf=C3=A1=C3=B1ez?= Date: Wed, 12 Feb 2020 14:57:49 +0100 Subject: [PATCH] Adjust tests, remove restriction --- tests/unit/WizardTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/WizardTest.php b/tests/unit/WizardTest.php index 81d2e22c5..98b7b94b0 100644 --- a/tests/unit/WizardTest.php +++ b/tests/unit/WizardTest.php @@ -125,8 +125,7 @@ private function prepareLdapWrapperForConnections() { //dummy value, usually invalid ->will($this->returnValue(true)); - $this->ldap->expects($this->exactly(3)) - ->method('setOption') + $this->ldap->method('setOption') ->will($this->returnValue(true)); $this->ldap->expects($this->once())