We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4051a5b commit e35452fCopy full SHA for e35452f
Tests/Functional/Controller/EditInPlaceTest.php
@@ -49,7 +49,7 @@ public function testActivatedTest(): void
49
50
// Check attribute with prefix (href="mailto:...")
51
$emailTag = $dom->getElementById('email');
52
- self::assertEquals('mailto:'.'🚫 Can\'t be translated here. 🚫', $emailTag->getAttribute('href'));
+ self::assertEquals('mailto:🚫 Can\'t be translated here. 🚫', $emailTag->getAttribute('href'));
53
self::assertEquals('localized.email', $emailTag->textContent);
54
55
// Check attribute
0 commit comments