Skip to content

Commit

Permalink
MDL-52519 Idap tests: use consistent var name
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi963 committed Jan 16, 2016
1 parent e8d5100 commit c2a21d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/ldap/tests/ldap_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function test_enrol_ldap() {
$enrol->set_config('start_tls', 0);
$enrol->set_config('ldap_version', 3);
$enrol->set_config('ldapencoding', 'utf-8');
$enrol->set_config('page_size', '2');
$enrol->set_config('pagesize', '2');
$enrol->set_config('bind_dn', TEST_ENROL_LDAP_BIND_DN);
$enrol->set_config('bind_pw', TEST_ENROL_LDAP_BIND_PW);
$enrol->set_config('course_search_sub', 0);
Expand Down

0 comments on commit c2a21d9

Please sign in to comment.