add test file for reboot
[GitHub/Stricted/speedport-hybrid-php-api.git] / tests / reboot.php
diff --git a/tests/reboot.php b/tests/reboot.php
new file mode 100644 (file)
index 0000000..36a2d90
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+require_once('config.php');
+print_r($sp->reboot());
+$sp->logout();