Commit 52d38c55 authored by Fabien Potencier's avatar Fabien Potencier

minor #1600 Fix tests on PHP 7.2 (fabpot)

This PR was merged into the 2.2.x-dev branch.

Discussion
----------

Fix tests on PHP 7.2

Commits
-------

26bec42f fixed tests on PHP 7.2
parents f0378061 26bec42f
......@@ -27,11 +27,6 @@ class SessionServiceProviderTest extends WebTestCase
{
public function testRegister()
{
/*
* Smoke test
*/
$defaultStorage = $this->app['session.storage.native'];
$client = $this->createClient();
$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