Skip to content

Commit bf9c7d6

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [HttpKernel] Fixed bug with purging of HTTPS URLs fix some risky tests [DI] [YamlFileLoader] change error message of a non existing file [Security] Added option to return true in the method isRememberMeRequested
2 parents 14d1643 + f9326e2 commit bf9c7d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Resources/TranslationFilesTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public function testTranslationFileIsValid($filePath)
2525
} else {
2626
\PHPUnit\Util\XML::loadfile($filePath, false, false, true);
2727
}
28+
29+
$this->addToAssertionCount(1);
2830
}
2931

3032
public function provideTranslationFiles()

0 commit comments

Comments
 (0)