PHP Class Longman\TelegramBot\Tests\Unit\TelegramTest

Inheritance: extends TestCase
Datei anzeigen Open project: akalongman/php-telegram-bot

Public Methods

Method Description
testAddCustomCommandsPaths ( )
testEnableAdmins ( )
testGetApiKey ( )
testGetBotName ( )
testGetCommandsList ( )
testGetHelpCommandObject ( )
testNewInstanceWithoutApiKeyParam ( )
testNewInstanceWithoutBotNameParam ( )

Protected Methods

Method Description
setUp ( ) setUp
tearDown ( ) tearDown

Method Details

setUp() protected method

setUp
protected setUp ( )

tearDown() protected method

tearDown
protected tearDown ( )

testAddCustomCommandsPaths() public method

testEnableAdmins() public method

public testEnableAdmins ( )

testGetApiKey() public method

public testGetApiKey ( )

testGetBotName() public method

public testGetBotName ( )

testGetCommandsList() public method

public testGetCommandsList ( )

testGetHelpCommandObject() public method

testNewInstanceWithoutApiKeyParam() public method

testNewInstanceWithoutBotNameParam() public method