summaryrefslogtreecommitdiff
path: root/tests/php/include/check.php
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-18 15:18:11 +0600
committervalmat <ufabiz@gmail.com>2014-03-18 15:18:11 +0600
commite8334afd7f2920b706a3d28250a3e2b6dbd49538 (patch)
treea92e2b1b67c22eaad7eb84a2138ede2dae12e873 /tests/php/include/check.php
parentbfaed88493de0a3ebd7f2619cb11291cd09252b1 (diff)
Unit tests. For description see https://github.com/CopernicaMarketingSoftware/PHP-CPP/pull/25#issuecomment-37882236
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