Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-08-26 12:50:00 +0400
committerArthur Schiwon <blizzz@owncloud.com>2014-08-26 12:50:00 +0400
commite895f06165226aa60f30adf69423549fb58e3ef0 (patch)
treeeea5801eaa023340cd6c2c641c357bf86a593fb2 /apps/user_ldap
parent2a34f530b27f7c85ce612e4cd9cf04e9edf9d83a (diff)
fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/tests/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/wizard.php b/apps/user_ldap/tests/wizard.php
index 786769a88cf..50461432c42 100644
--- a/apps/user_ldap/tests/wizard.php
+++ b/apps/user_ldap/tests/wizard.php
@@ -280,7 +280,7 @@ class Test_Wizard extends \PHPUnit_Framework_TestCase {
# The following expectations are the real test #
$filters = array('f1', 'f2', '*');
- $resultArray = $wizard->cumulativeSearchOnAttribute($filters, 'cn', true, 0);
+ $resultArray = $wizard->cumulativeSearchOnAttribute($filters, 'cn', 0);
$this->assertSame(6, count($resultArray));
unset($mark);
}