Skip to content

Commit 0c31b96

Browse files
authored
Merge pull request #3 from php-translation/master
Update local branch
2 parents 0b1317a + 9bd3eca commit 0c31b96

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
## 0.12.8
6+
7+
### Fixed
8+
9+
* Fix code styles by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/479
10+
* Apply changes suggested by PHP CS Fixer by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/486
11+
12+
### Changed
13+
14+
* Upgrade the SymfonyBundleTest by @bocharsky-bw in https://github.com/php-translation/symfony-bundle/pull/481
15+
516
## 0.12.7
617

718
### Fixed

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)