abstract protected function MigratePhoneNumberTestTrait::confirmationMessageFixturePath in SMS Framework 8
Same name and namespace in other branches
- 2.x tests/src/Kernel/Migrate/MigratePhoneNumberTestTrait.php \Drupal\Tests\sms\Kernel\Migrate\MigratePhoneNumberTestTrait::confirmationMessageFixturePath()
- 2.1.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 194
Class
- MigratePhoneNumberTestTrait
- This trait executes tests for D6 and D7 SMS Framework migrations.
Namespace
Drupal\Tests\sms\Kernel\MigrateCode
protected abstract function confirmationMessageFixturePath();