summaryrefslogtreecommitdiff
path: root/tests/php/include/check.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/include/check.php')
-rw-r--r--tests/php/include/check.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/php/include/check.php b/tests/php/include/check.php
new file mode 100644
index 0000000..c38b70d
--- /dev/null
+++ b/tests/php/include/check.php
@@ -0,0 +1,11 @@
+<?php
+
+require '../../../php/class.screennav.php';
+require '../files/set_get.php';
+
+$scr = new ScreenNav(5, 8456, 'http://some/url');
+
+ScrNavTestSetGet::get($scr);
+
+
+//echo var_dump(ScreenNav::pageNo('part')) .PHP_EOL; \ No newline at end of file