Skip to content

Commit e35452f

Browse files
authored
Apply changes suggested by PHP CS Fixer (#486)
1 parent 4051a5b commit e35452f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/Controller/EditInPlaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function testActivatedTest(): void
4949

5050
// Check attribute with prefix (href="mailto:...")
5151
$emailTag = $dom->getElementById('email');
52-
self::assertEquals('mailto:'.'🚫 Can\'t be translated here. 🚫', $emailTag->getAttribute('href'));
52+
self::assertEquals('mailto:🚫 Can\'t be translated here. 🚫', $emailTag->getAttribute('href'));
5353
self::assertEquals('localized.email', $emailTag->textContent);
5454

5555
// Check attribute

0 commit comments

Comments
 (0)