config.php file is not needed anymore
[linksys-wrt3g-tools.git] / tests / index_wstatus1-aquiring.phpt
index 1435fcdee0ad2b53b5711769f047cea469c2373d..6efd48ab60dc9dbd52dc627a94ba202395b5373c 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-test Wrt3g_HtmlParser::index_wstatus1() when aquiring
+test Wrt3g_HtmlParser::index_wstatus1() when we have no connection
 --FILE--
 <?php
 chdir(dirname(__FILE__));
@@ -13,9 +13,9 @@ var_dump(
 --EXPECT--
 array(3) {
   ["type"]=>
-  string(8) "aquiring"
+  NULL
   ["network"]=>
-  string(8) "aquiring"
+  NULL
   ["signal strength"]=>
-  string(8) "aquiring"
+  NULL
 }