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