You are here

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

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

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

Overrides MigratePhoneNumberTestTrait::confirmationMessageFixturePath

File

tests/src/Kernel/Migrate/MigrateD6SmsPhoneNumberTest.php, line 83

Class

MigrateD6SmsPhoneNumberTest
Tests Drupal 6 SMS User phone number migrations.

Namespace

Drupal\Tests\sms\Kernel\Migrate

Code

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