PHP Class Longman\TelegramBot\Tests\Unit\Commands\CommandTestCase

Datei anzeigen Open project: akalongman/php-telegram-bot Class Usage Examples

Protected Properties

Property Type Description
$command Longman\TelegramBot\Commands\Command
$telegram Longman\TelegramBot\Telegram

Public Methods

Method Description
setUp ( ) setUp
testVersionNumberFormat ( ) Make sure the version number is in the format x.x.x, x.x or x

Method Details

setUp() public method

setUp
public setUp ( )

testVersionNumberFormat() public method

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

Property Details

$command protected_oe property

protected Command,Longman\TelegramBot\Commands $command
return Longman\TelegramBot\Commands\Command

$telegram protected_oe property

protected Telegram,Longman\TelegramBot $telegram
return Longman\TelegramBot\Telegram