Skip to content

Commit

Permalink
Merge pull request #204 from FriendsOfSymfony/remove-symfony-fix
Browse files Browse the repository at this point in the history
Revert our workaround because Symfony is fixed
  • Loading branch information
dbu committed Feb 20, 2015
2 parents 8cb0cc2 + 6668312 commit 89c09ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Tests/Functional/Fixtures/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ framework:
test: ~
session:
storage_id: session.test_storage
# We need to specify templating because of a bug in Symfony:
# see https://github.com/symfony/symfony/issues/13710
templating:
engines: ['php']

fos_http_cache:
cache_control:
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/UserContext/RoleProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ private function getTokenStorageMock()
}

// Symfony < 2.6 compatibility
return \Mockery::mock('\Symfony\Component\Security\Core\SecurityContext');
return \Mockery::mock('\Symfony\Component\Security\Core\SecurityContextInterface');
}
}

0 comments on commit 89c09ec

Please sign in to comment.