|
@@ -113,13 +113,13 @@ class TestRefillThird extends TestCase
|
|
|
$time = time();
|
|
|
Log::record("push message start:{$time}",Log::DEBUG);
|
|
|
|
|
|
- for ($i = 0; $i < 10000; $i++)
|
|
|
+ for ($i = 0; $i < 100000; $i++)
|
|
|
{
|
|
|
$this->push_order(1092,60221,$time,$i);
|
|
|
- $this->push_order(1093,65771,$time,$i);
|
|
|
- $this->push_order(1094,65772,$time,$i);
|
|
|
- $this->push_order(1095,65773,$time,$i);
|
|
|
- $this->push_order(1096,65774,$time,$i);
|
|
|
+// $this->push_order(1093,65771,$time,$i);
|
|
|
+// $this->push_order(1094,65772,$time,$i);
|
|
|
+// $this->push_order(1095,65773,$time,$i);
|
|
|
+// $this->push_order(1096,65774,$time,$i);
|
|
|
}
|
|
|
Log::record("push message end",Log::DEBUG);
|
|
|
//docker-compose run phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillThird::testPushOtherPhones)( .*)?$/" --test-suffix TestRefillThird.php /var/www/html/test
|