PHP Class Longman\TelegramBot\Tests\Unit\ConversationTest

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

Public Methods

Method Description
testCancelConversation ( )
testConversationThatDoesntExistPropertiesSetCorrectly ( )
testConversationThatDoesntExistWithCommand ( )
testConversationThatDoesntExistWithoutCommand ( )
testConversationThatExistsPropertiesSetCorrectly ( )
testNewConversationThatWillExistWithCommand ( )
testNewConversationThatWontExistWithoutCommand ( )
testStopConversation ( )
testUpdateConversationNotes ( )

Protected Methods

Method Description
setUp ( ) setUp

Method Details

setUp() protected method

setUp
protected setUp ( )

testCancelConversation() public method

testConversationThatDoesntExistPropertiesSetCorrectly() public method

testConversationThatDoesntExistWithCommand() public method

testConversationThatDoesntExistWithoutCommand() public method

testConversationThatExistsPropertiesSetCorrectly() public method

testNewConversationThatWillExistWithCommand() public method

testNewConversationThatWontExistWithoutCommand() public method

testStopConversation() public method

testUpdateConversationNotes() public method