Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
minor #1418 removed obsolete code (fixed in Symfony 2.3.32) (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0.x-dev branch.

Discussion
----------

removed obsolete code (fixed in Symfony 2.3.32)

That was fixed in symfony/symfony#15392 (so before 2.8.0).

Commits
-------

b12cdc4 removed obsolete code (fixed in Symfony 2.3.32)
  • Loading branch information
fabpot committed Sep 10, 2016
2 parents b7b6d95 + b12cdc4 commit 1e4d960
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Silex/Tests/ApplicationTest.php
Expand Up @@ -15,10 +15,8 @@
use Silex\ControllerCollection;
use Silex\Api\ControllerProviderInterface;
use Silex\Route;
use Silex\Provider\MonologServiceProvider;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\Exception\HttpException;
use Symfony\Component\Debug\ErrorHandler;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\StreamedResponse;
use Symfony\Component\HttpKernel\HttpKernelInterface;
Expand Down

0 comments on commit 1e4d960

Please sign in to comment.