Skip to content

Commit 89c09ec

Browse files
committed
Merge pull request #204 from FriendsOfSymfony/remove-symfony-fix
Revert our workaround because Symfony is fixed
2 parents 8cb0cc2 + 6668312 commit 89c09ec

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Tests/Functional/Fixtures/app/config/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ framework:
55
test: ~
66
session:
77
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']
128

139
fos_http_cache:
1410
cache_control:

Tests/Unit/UserContext/RoleProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ private function getTokenStorageMock()
6767
}
6868

6969
// Symfony < 2.6 compatibility
70-
return \Mockery::mock('\Symfony\Component\Security\Core\SecurityContext');
70+
return \Mockery::mock('\Symfony\Component\Security\Core\SecurityContextInterface');
7171
}
7272
}

0 commit comments

Comments
 (0)