- Issue created by @joachim
- Status changed to Postponed
3 months ago 3:20pm 7 August 2024 - 🇬🇧United Kingdom joachim
Should probably wait for 📌 Link field validation constraints don't give enough detail Needs work to get in as the two will clash.
LinkFieldTest::doTestURLValidation() tests the validation of link field values. It's testing that different types of value either pass validationor fail it and get a specific error message.
This doesn't need to be done in a browser test. We are not testing the entity form validation -- that is covered elsewhere.
Extract this method to a kernel test. Use $entity->validate() to get validation errors.
Should probably wait for 📌 Link field validation constraints don't give enough detail Needs work to get in as the two will clash.