Commit b790e9a9322c362f42a6be9ba2f9d0c2b47fe05f
1 parent
8daa489c
added test for Sitemap::getActionFromPage method
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@476 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
tests/session/SiteMap.php
| ... | ... | @@ -21,6 +21,7 @@ if (checkSession()) { |
| 21 | 21 | echo "SiteMap::getSectionLinks(Administration) = "; |
| 22 | 22 | print_r($default->siteMap->getSectionLinks("Administration")); |
| 23 | 23 | echo "SiteMap::getDefaultAction(Manage Documents) = " . $default->siteMap->getDefaultAction("Manage Documents") . "<br>"; |
| 24 | + echo "SiteMap::getActionFromPage(/presentation/documentmanagement/browseBL.php) = " . $default->siteMap->getActionFromPage("/presentation/documentmanagement/browseBL.php") . "<br>"; | |
| 24 | 25 | echo "</pre>"; |
| 25 | 26 | |
| 26 | 27 | } else { | ... | ... |