PHP 클래스 Longman\TelegramBot\Tests\Unit\Commands\CommandTestCase

저자: Avtandil Kikabidze ([email protected])
파일 보기 프로젝트 열기: akalongman/php-telegram-bot 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$command Longman\TelegramBot\Commands\Command
$telegram Longman\TelegramBot\Telegram

공개 메소드들

메소드 설명
setUp ( ) setUp
testVersionNumberFormat ( ) Make sure the version number is in the format x.x.x, x.x or x

메소드 상세

setUp() 공개 메소드

setUp
public setUp ( )

testVersionNumberFormat() 공개 메소드

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

프로퍼티 상세

$command 보호되어 있는 프로퍼티

protected Command,Longman\TelegramBot\Commands $command
리턴 Longman\TelegramBot\Commands\Command

$telegram 보호되어 있는 프로퍼티

protected Telegram,Longman\TelegramBot $telegram
리턴 Longman\TelegramBot\Telegram