Commit 15de1ac0 authored by Fabien Potencier's avatar Fabien Potencier

fixed CS

parent 4e02c5b0
......@@ -12,6 +12,7 @@
namespace Silex;
use Symfony\Component\HttpKernel\Client;
use Symfony\Component\HttpKernel\HttpKernel;
/**
* WebTestCase is the base class for functional tests.
......@@ -36,7 +37,7 @@ abstract class WebTestCase extends \PHPUnit_Framework_TestCase
/**
* Creates the application.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
* @return HttpKernel
*/
abstract public function createApplication();
......
......@@ -16,7 +16,6 @@ use Silex\WebTestCase;
use Silex\Provider\SessionServiceProvider;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage;
/**
* SessionProvider test cases.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment