You are here

16 calls to SmsFrameworkTestTrait::createMessageResult() in SMS Framework 8

SmsFrameworkBrowserTest::testQueueReport in tests/src/Functional/SmsFrameworkBrowserTest.php
Tests queue statistics located on Drupal report page.
SmsFrameworkGatewayPluginTest::testIncomingEvent in tests/src/Kernel/SmsFrameworkGatewayPluginTest.php
Tests if incoming event is fired on a gateway plugin.
SmsFrameworkMessageEntityTest::testCascadeDelete in tests/src/Kernel/SmsFrameworkMessageEntityTest.php
Tests cascade delete on the SMS message, result and reports.
SmsFrameworkMessageEntityTest::testConvertToEntityFromStandardSmsMessage in tests/src/Kernel/SmsFrameworkMessageEntityTest.php
Ensure data from standard SMS message are passed to SMS message entity.
SmsFrameworkProviderTest::testEventsIncoming in tests/src/Kernel/SmsFrameworkProviderTest.php
Ensure events are executed when a message is received.
SmsFrameworkProviderTest::testEventsQueueIncoming in tests/src/Kernel/SmsFrameworkProviderTest.php
Ensure events are executed when a message added to the incoming queue.
SmsFrameworkProviderTest::testEventsQueueIncomingSkipQueue in tests/src/Kernel/SmsFrameworkProviderTest.php
Tests events for incoming queue skip queue.
SmsFrameworkProviderTest::testIncoming in tests/src/Kernel/SmsFrameworkProviderTest.php
Test message is received.
SmsFrameworkProviderTest::testIncomingNoDirection in tests/src/Kernel/SmsFrameworkProviderTest.php
Ensures direction is set by the provider.
SmsFrameworkProviderTest::testIncomingNoRecipients in tests/src/Kernel/SmsFrameworkProviderTest.php
Ensures incoming message without recipients do not trigger exception.
SmsFrameworkProviderTest::testIncomingNotChunked in tests/src/Kernel/SmsFrameworkProviderTest.php
Test incoming messages do not get chunked.
SmsFrameworkProviderTest::testQueueIn in tests/src/Kernel/SmsFrameworkProviderTest.php
Test sending standard SMS object queue in.
SmsFrameworkQueueTest::testQueueIncoming in tests/src/Kernel/SmsFrameworkQueueTest.php
Test message is queued and received on cron run.
SmsFrameworkUserAccountRegistrationServiceTest::sendIncomingMessage in modules/sms_user/tests/src/Kernel/SmsFrameworkUserAccountRegistrationServiceTest.php
Send an incoming SMS message.
SmsFrameworkUserTest::testAccountRegistrationNoPhoneSettings in modules/sms_user/tests/src/Kernel/SmsFrameworkUserTest.php
Ensure account registration service does not crash if missing user config.
SmsFrameworkViewsTest::testSms in tests/src/Kernel/SmsFrameworkViewsTest.php
Tests view of SMS entities with join to recipient table.