aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/index_wstatus1-connected-excellent.phpt6
-rw-r--r--tests/index_wstatus1-connected-good.phpt6
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/index_wstatus1-connected-excellent.phpt b/tests/index_wstatus1-connected-excellent.phpt
index 363a940..4bfb354 100644
--- a/tests/index_wstatus1-connected-excellent.phpt
+++ b/tests/index_wstatus1-connected-excellent.phpt
@@ -13,9 +13,9 @@ var_dump(
--EXPECT--
array(3) {
["type"]=>
- string(8) "GPRS"
+ string(4) "GPRS"
["network"]=>
- string(8) "BASE DE"
+ string(7) "BASE DE"
["signal strength"]=>
- string(8) "excellent"
+ string(9) "excellent"
}
diff --git a/tests/index_wstatus1-connected-good.phpt b/tests/index_wstatus1-connected-good.phpt
index a78bcc9..926df8e 100644
--- a/tests/index_wstatus1-connected-good.phpt
+++ b/tests/index_wstatus1-connected-good.phpt
@@ -13,9 +13,9 @@ var_dump(
--EXPECT--
array(3) {
["type"]=>
- string(8) "GPRS"
+ string(4) "GPRS"
["network"]=>
- string(8) "BASE DE"
+ string(7) "BASE DE"
["signal strength"]=>
- string(8) "good"
+ string(4) "good"
}