You are here

protected function MigrateD7SmsPhoneNumberTest::confirmationMessageFixturePath in SMS Framework 2.1.x

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

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

Overrides MigratePhoneNumberTestTrait::confirmationMessageFixturePath

File

tests/src/Kernel/Migrate/MigrateD7SmsPhoneNumberTest.php, line 89

Class

MigrateD7SmsPhoneNumberTest
Tests Drupal 7 SMS User phone number migrations.

Namespace

Drupal\Tests\sms\Kernel\Migrate

Code

protected function confirmationMessageFixturePath() {
  return __DIR__ . '/../../../fixtures/migrate/sms_confirmation_message_d7.php';
}