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; + } +}