Skip to content

Commit a5083ab

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: Updated generateSql tool Fix the implementation of deprecated Locale classes Fix phpdoc and coding standards Replace usages of the deprecated TypeTestCase by the new one Remove usages of deprecated constants Update functional tests to use the PSR NullLogger fix regression in form tests after pr #13027 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Make fabbot happy Clean up testing No global state for isolated tests and other fixes No global state for isolated tests and other fixes fix #10054 - form data collector with dynamic fields [TwigBundle] Moved the setting of the default escaping strategy from the Twig engine to the Twig environment [Debug] fix checkip6 [HttpFoundation] fixed error when an IP in the X-Forwarded-For HTTP header contains a port Update the note about origins of the CssSelector component. Use the correct cssselect library name in docblocks. [DomCrawler] fixed bug #12143 Conflicts: src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php
2 parents c47f928 + afdc03c commit a5083ab

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

Tests/Bundle/BundleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\HttpKernel\Tests\Bundle;
1313

14+
use Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\ExtensionPresentBundle;
1415
use Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionAbsentBundle\ExtensionAbsentBundle;
1516
use Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command\FooCommand;
16-
use Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\ExtensionPresentBundle;
1717

1818
class BundleTest extends \PHPUnit_Framework_TestCase
1919
{

Tests/CacheClearer/ChainCacheClearerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\HttpKernel\Tests\CacheClearer;
1313

14-
use Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface;
1514
use Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer;
1615

1716
class ChainCacheClearerTest extends \PHPUnit_Framework_TestCase

Tests/CacheWarmer/CacheWarmerAggregateTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
namespace Symfony\Component\HttpKernel\Tests\CacheWarmer;
1313

14-
use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface;
1514
use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate;
16-
use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmer;
1715

1816
class CacheWarmerAggregateTest extends \PHPUnit_Framework_TestCase
1917
{

Tests/ClientTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\HttpKernel\Tests;
1313

1414
use Symfony\Component\HttpKernel\Client;
15-
use Symfony\Component\HttpFoundation\Request;
1615
use Symfony\Component\HttpFoundation\Response;
1716
use Symfony\Component\HttpFoundation\StreamedResponse;
1817
use Symfony\Component\HttpFoundation\Cookie;

Tests/HttpCache/HttpCacheTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\HttpKernel\Tests\HttpCache;
1313

1414
use Symfony\Component\HttpKernel\HttpCache\HttpCache;
15-
use Symfony\Component\HttpKernel\HttpCache\StoreInterface;
16-
use Symfony\Component\HttpKernel\HttpKernelInterface;
1715
use Symfony\Component\HttpFoundation\Request;
1816
use Symfony\Component\HttpFoundation\Response;
1917

0 commit comments

Comments
 (0)