Skip to content

Instantly share code, notes, and snippets.

View blizzz's full-sized avatar

Arthur Schiwon blizzz

  • Milky Way
View GitHub Profile
@blizzz
blizzz / testCancel.php
Created September 30, 2014 15:06
OC Paged Result Cancellation test script
<?php
$RUNTIME_NOAPPS = true;
require_once 'lib/base.php';
\OC_App::loadApp('user_ldap');
OCA\user_ldap\lib\Helper::clearMapping('user');
$ldapWrapper = new OCA\user_ldap\lib\LDAP();