From: Christian Weiske Date: Wed, 15 Dec 2010 07:09:46 +0000 (+0100) Subject: add output to expected section in text X-Git-Tag: 1.0.0~43 X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/commitdiff_plain/eaa492c9011cb3f10fa1cf6c726874a015630ff6 add output to expected section in text --- diff --git a/tests/status_noauth-connected.phpt b/tests/status_noauth-connected.phpt index 37cb3df..599a362 100644 --- a/tests/status_noauth-connected.phpt +++ b/tests/status_noauth-connected.phpt @@ -11,3 +11,28 @@ var_dump( ) ); --EXPECT-- +array(9) { + ["type"]=> + string(4) "UMTS" + ["network"]=> + string(7) "BASE DE" + ["signal strength"]=> + string(9) "excellent" + ["connection time"]=> + string(10) "8h 21m 58s" + ["session usage"]=> + array(2) { + ["received"]=> + string(11) "2.72 Mbytes" + ["sent"]=> + string(11) "0.86 Mbytes" + } + ["card model"]=> + string(29) "GlobeTrotter Fusion Quad Lite" + ["card revision"]=> + string(3) "4.1" + ["card firmware"]=> + string(42) "1.5.5 (Date: May 17 2005, Time: 14:55:44)" + ["IMSI"]=> + string(15) "262032010984707" +} \ No newline at end of file