We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cb0cc2 + 6668312 commit 89c09ecCopy full SHA for 89c09ec
Tests/Functional/Fixtures/app/config/config.yml
@@ -5,10 +5,6 @@ framework:
5
test: ~
6
session:
7
storage_id: session.test_storage
8
- # We need to specify templating because of a bug in Symfony:
9
- # see https://github.com/symfony/symfony/issues/13710
10
- templating:
11
- engines: ['php']
12
13
fos_http_cache:
14
cache_control:
Tests/Unit/UserContext/RoleProviderTest.php
@@ -67,6 +67,6 @@ private function getTokenStorageMock()
67
}
68
69
// Symfony < 2.6 compatibility
70
- return \Mockery::mock('\Symfony\Component\Security\Core\SecurityContext');
+ return \Mockery::mock('\Symfony\Component\Security\Core\SecurityContextInterface');
71
72
0 commit comments