Commit 26bec42f authored by Fabien Potencier's avatar Fabien Potencier

fixed tests on PHP 7.2

parent f0378061
...@@ -27,11 +27,6 @@ class SessionServiceProviderTest extends WebTestCase ...@@ -27,11 +27,6 @@ class SessionServiceProviderTest extends WebTestCase
{ {
public function testRegister() public function testRegister()
{ {
/*
* Smoke test
*/
$defaultStorage = $this->app['session.storage.native'];
$client = $this->createClient(); $client = $this->createClient();
$client->request('get', '/login'); $client->request('get', '/login');
......
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