fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc

This commit is contained in:
Arthur Schiwon 2014-08-26 10:50:00 +02:00
parent dbd51d15e1
commit 1c0cc6c7bc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}