You are here

abstract protected function MigratePhoneNumberTestTrait::confirmationMessageFixturePath in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 tests/src/Kernel/Migrate/MigratePhoneNumberTestTrait.php \Drupal\Tests\sms\Kernel\Migrate\MigratePhoneNumberTestTrait::confirmationMessageFixturePath()
  2. 2.x tests/src/Kernel/Migrate/MigratePhoneNumberTestTrait.php \Drupal\Tests\sms\Kernel\Migrate\MigratePhoneNumberTestTrait::confirmationMessageFixturePath()

Provides the relative path to the fixture that adds confirmation message.

1 call to MigratePhoneNumberTestTrait::confirmationMessageFixturePath()
MigratePhoneNumberTestTrait::testPhoneSettingsMigrationWithCustomVerificationMessage in tests/src/Kernel/Migrate/MigratePhoneNumberTestTrait.php
Tests phone number migration with custom phone number verification message.
2 methods override MigratePhoneNumberTestTrait::confirmationMessageFixturePath()
MigrateD6SmsPhoneNumberTest::confirmationMessageFixturePath in tests/src/Kernel/Migrate/MigrateD6SmsPhoneNumberTest.php
Provides the relative path to the fixture that adds confirmation message.
MigrateD7SmsPhoneNumberTest::confirmationMessageFixturePath in tests/src/Kernel/Migrate/MigrateD7SmsPhoneNumberTest.php
Provides the relative path to the fixture that adds confirmation message.

File

tests/src/Kernel/Migrate/MigratePhoneNumberTestTrait.php, line 196

Class

MigratePhoneNumberTestTrait
This trait executes tests for D6 and D7 SMS Framework migrations.

Namespace

Drupal\Tests\sms\Kernel\Migrate

Code

protected abstract function confirmationMessageFixturePath();