Longman\TelegramBot\Tests\Unit\WebhookInfoTest::setUp PHP Method

setUp() public method

Set Up
public setUp ( )
    public function setUp()
    {
        $this->data = ['url' => 'http://phpunit', 'has_custom_certificate' => (bool) mt_rand(0, 1), 'pending_update_count' => (int) mt_rand(1, 9), 'last_error_date' => time(), 'last_error_message' => 'Same_error_message'];
    }