Commit 096f1d3ae7a8353f7e158c3c15260a148810aae6
1 parent
d4a971a2
Test launcher for updatePermissionLookupForState
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4840 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
12 additions
and
0 deletions
tests/permissions/updatePermissionLookupForState.php
0 → 100644
| 1 | +<?php | |
| 2 | + | |
| 3 | +require_once("../../config/dmsDefaults.php"); | |
| 4 | +require_once(KT_LIB_DIR . '/foldermanagement/Folder.inc'); | |
| 5 | +require_once(KT_LIB_DIR . '/documentmanagement/Document.inc'); | |
| 6 | +require_once(KT_LIB_DIR . '/permissions/permissionutil.inc.php'); | |
| 7 | + | |
| 8 | +error_reporting(E_ALL); | |
| 9 | + | |
| 10 | +KTPermissionUtil::updatePermissionLookupForState(2); | |
| 11 | + | |
| 12 | +?> | ... | ... |