Skip to content

Commit 0afe517

Browse files
committed
Merge branch '2.4'
* 2.4: [Security] fixed pre/post authentication checks fixed missing use statements Updated lithuanian validator translation: changed vartotojas to naudotojas as it is more proper term. Fixed CSS [Intl] Added round support for ROUND_CEILING, ROUND_FLOOR, ROUND_DOWN, ROUND_UP [HttpFoundation] Throw proper exception when invalid data is passed to JsonResponse class addressed == -> === suggestion Fixed #9020 - Added support for collections in service#parameters fixes PSR-0 issues in tests adjusted behavior to always copy override on url files Skips test that need full lib-intl.
2 parents 9a65fe2 + 4534a00 commit 0afe517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Formatter/OutputFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Console\Formatter\OutputFormatter;
1515
use Symfony\Component\Console\Formatter\OutputFormatterStyle;
1616

17-
class FormatterStyleTest extends \PHPUnit_Framework_TestCase
17+
class OutputFormatterTest extends \PHPUnit_Framework_TestCase
1818
{
1919
public function testEmptyTag()
2020
{

0 commit comments

Comments
 (0)