protected function MigrateD7SmsPhoneNumberTest::confirmationMessageFixturePath in SMS Framework 8
Same name and namespace in other branches
- 2.x tests/src/Kernel/Migrate/MigrateD7SmsPhoneNumberTest.php \Drupal\Tests\sms\Kernel\Migrate\MigrateD7SmsPhoneNumberTest::confirmationMessageFixturePath()
- 2.1.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 87
Class
- MigrateD7SmsPhoneNumberTest
- Tests Drupal 7 SMS User phone number migrations.
Namespace
Drupal\Tests\sms\Kernel\MigrateCode
protected function confirmationMessageFixturePath() {
return __DIR__ . '/../../../fixtures/migrate/sms_confirmation_message_d7.php';
}