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

Afficher le fichier Open project: akalongman/php-telegram-bot Class Usage Examples

Protected Properties

Свойство Type Description
$command Longman\TelegramBot\Commands\Command
$telegram Longman\TelegramBot\Telegram

Méthodes publiques

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

Method Details

setUp() public méthode

setUp
public setUp ( )

testVersionNumberFormat() public méthode

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
Résultat Longman\TelegramBot\Commands\Command

$telegram protected_oe property

protected Telegram,Longman\TelegramBot $telegram
Résultat Longman\TelegramBot\Telegram