update tests
[GitHub/Stricted/speedport-hybrid-php-api.git] / tests / dhcp_client.php
index 500644a570407bc40f188218f93204490c0326cf..047c3d8163c6b03eb2a2768c13655354f89d022e 100644 (file)
@@ -1,3 +1,4 @@
 <?php
 require_once('config.php');
-print_r($sp->getData('dhcp_client'));
+print_r($sp->getDHCPClient());
+$sp->logout();