From cae91857d1553bb0cfb8357bd1801dc31fb1b556 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Tue, 18 Mar 2025 21:48:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=8F=B7=E7=8A=B6=E6=80=81=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E6=B5=8B=E8=AF=95=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/TestConfig.php | 9 +++++++++ tests/TestPhone.php | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 tests/TestPhone.php diff --git a/tests/TestConfig.php b/tests/TestConfig.php index 407c052..9f97f74 100644 --- a/tests/TestConfig.php +++ b/tests/TestConfig.php @@ -1,5 +1,7 @@ [1, 1, 2], // 1 + 1 = 2 pass ]; } + + public function testPhone() + { + $res=Rocketgo::get_ws_status(8801831892829); + // $this->assertSame($expected, $a + $b); + $this->assertEquals(0,0); + } } \ No newline at end of file diff --git a/tests/TestPhone.php b/tests/TestPhone.php new file mode 100644 index 0000000..039ef5e --- /dev/null +++ b/tests/TestPhone.php @@ -0,0 +1,32 @@ +assertEquals($expected, $res); + } + public function additionPhone() + { + $phone_array = []; + $phone = 8801837967987; + $phone_array["在列表ws号"] = [$phone, 0]; + $phone_array["不在列表ws号"] = [8801837967986, 1]; + for ($i = 1; $i <= 20; $i++) { + $phone_array["查询第 $i 次在列表ws号 $phone"] = [$phone, 0]; + } + return $phone_array; + } +}