Skip to content
Snippets Groups Projects
Commit 1c0cc6c7 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

fix wizard test, adjust to changed parameters of the tested method, introduced...

fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
parent dbd51d15
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment