Documentation

CommandTestCase extends TestCase
in package

Tags
author

Avtandil Kikabidze akalongman@gmail.com

copyright

Avtandil Kikabidze akalongman@gmail.com

license

http://opensource.org/licenses/mit-license.php The MIT License (MIT)

link
https://github.com/php-telegram-bot/core

Table of Contents

$dummy_api_key  : string
$command  : Command
$telegram  : Telegram
setUp()  : mixed
setUp
testVersionNumberFormat()  : mixed
Make sure the version number is in the format x.x.x, x.x or x
skip64BitTest()  : mixed

Properties

$dummy_api_key

public static string $dummy_api_key = '123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11'

Methods

testVersionNumberFormat()

Make sure the version number is in the format x.x.x, x.x or x

public testVersionNumberFormat() : mixed
Return values
mixed

skip64BitTest()

protected skip64BitTest() : mixed
Return values
mixed

Search results