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

Datei anzeigen Open project: akalongman/php-telegram-bot

Public Methods

Method Description
setUp ( )
testCommandConstructorNeedsTelegramObject ( ) Test idea from here: http://stackoverflow.com/a/4371606
testCommandHasCorrectTelegramObject ( )
testCommandSetUpdateAndMessage ( )
testCommandWithConfigCorrectConfig ( )
testCommandWithConfigNotEmptyConfig ( )
testDefaultCommandDescription ( )
testDefaultCommandEmptyConfig ( )
testDefaultCommandIsEnabled ( )
testDefaultCommandName ( )
testDefaultCommandNeedsMysql ( )
testDefaultCommandUpdateNull ( )
testDefaultCommandUsage ( )
testDefaultCommandVersion ( )

Method Details

setUp() public method

public setUp ( )

testCommandConstructorNeedsTelegramObject() public method

Test idea from here: http://stackoverflow.com/a/4371606

testCommandHasCorrectTelegramObject() public method

testCommandSetUpdateAndMessage() public method

testCommandWithConfigCorrectConfig() public method

testCommandWithConfigNotEmptyConfig() public method

testDefaultCommandDescription() public method

testDefaultCommandEmptyConfig() public method

testDefaultCommandIsEnabled() public method

testDefaultCommandName() public method

testDefaultCommandNeedsMysql() public method

testDefaultCommandUpdateNull() public method

testDefaultCommandUsage() public method

testDefaultCommandVersion() public method