Skip to content

Commit afdc03c

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: 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 Make fabbot happy Clean up testing [DomCrawler] fixed bug #12143 Conflicts: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php src/Symfony/Bundle/FrameworkBundle/Tests/Templating/TimedPhpEngineTest.php src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php src/Symfony/Component/Console/Application.php src/Symfony/Component/DomCrawler/Crawler.php src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php src/Symfony/Component/Serializer/Encoder/EncoderInterface.php src/Symfony/Component/Serializer/Encoder/XmlEncoder.php src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataFactoryTest.php
2 parents b00c6ab + d139e0c commit afdc03c

File tree

6 files changed

+1
-8
lines changed

6 files changed

+1
-8
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/Controller/ControllerResolverTest.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\Controller;
1313

1414
use Symfony\Component\HttpKernel\Controller\ControllerResolver;
15-
use Symfony\Component\HttpKernel\Tests\Logger;
1615
use Symfony\Component\HttpFoundation\Request;
1716

1817
class ControllerResolverTest extends \PHPUnit_Framework_TestCase

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)