tour.tour.tour-test-legacy-location.yml

Same filename in this branch
  1. 9 core/modules/tour/tests/tour_legacy_test/config/install/tour.tour.tour-test-legacy-location.yml
core/modules/tour/tests/fixtures/legacy_config/tour.tour.tour-test-legacy-location.yml
1 string reference to 'tour.tour.tour-test-legacy-location'
TourTipDeprecatedConfigModuleInstallTest::testModuleInstall in core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php
Test ensuring that tour config is updated on config import.

File

core/modules/tour/tests/fixtures/legacy_config/tour.tour.tour-test-legacy-location.yml

View source
  1. id: tour-test-legacy-location
  2. module: tour_test
  3. label: 'Tour test the location property'
  4. routes:
  5. - route_name: some_tour_route
  6. tips:
  7. location-test-top:
  8. id: location-test-top
  9. plugin: text
  10. label: 'Top position'
  11. body: 'Top that, top that'
  12. location: top
  13. location-test-bottom:
  14. id: location-test-bottom
  15. plugin: text
  16. label: 'Bottom position'
  17. body: 'You can give all that you can, but you will never top that'
  18. location: bottom
  19. location-test-left:
  20. id: location-test-left
  21. plugin: text
  22. label: 'Left position'
  23. body: "You can dream until you're blue but you can never top that, huh-huh!"
  24. location: left
  25. location-test-right:
  26. id: location-test-right
  27. plugin: text
  28. label: 'Right position'
  29. body: "I don't really give a [pause] about trying to top that"
  30. location: right

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.