summaryrefslogtreecommitdiffstats
path: root/Tests/Http/RememberMe/AbstractRememberMeServicesTest.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-01-03 15:49:25 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2015-01-03 15:49:25 +0100
commit0e0bddb6cd3fda22a89662fd2476d05f11d10fef (patch)
tree7f374042f1a39eb89aeb4112987a77e530792704 /Tests/Http/RememberMe/AbstractRememberMeServicesTest.php
parent21d39918e40684006c679a53c528d361b3265b66 (diff)
parent58c7534305b398ab5752798ef5eb9f0e91cfc034 (diff)
downloadsymfony-security-0e0bddb6cd3fda22a89662fd2476d05f11d10fef.zip
symfony-security-0e0bddb6cd3fda22a89662fd2476d05f11d10fef.tar.gz
symfony-security-0e0bddb6cd3fda22a89662fd2476d05f11d10fef.tar.bz2
minor #13206 [2.3] Cleanup deprecations (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [2.3] Cleanup deprecations | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | let's see | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- d649bef [2.3] Remove useless tests skips 1d68ad3 [2.3] Cleanup deprecations
Diffstat (limited to 'Tests/Http/RememberMe/AbstractRememberMeServicesTest.php')
-rw-r--r--Tests/Http/RememberMe/AbstractRememberMeServicesTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/Http/RememberMe/AbstractRememberMeServicesTest.php b/Tests/Http/RememberMe/AbstractRememberMeServicesTest.php
index 67b415d..0f64730 100644
--- a/Tests/Http/RememberMe/AbstractRememberMeServicesTest.php
+++ b/Tests/Http/RememberMe/AbstractRememberMeServicesTest.php
@@ -17,13 +17,6 @@ use Symfony\Component\HttpFoundation\Response;
class AbstractRememberMeServicesTest extends \PHPUnit_Framework_TestCase
{
- protected function setUp()
- {
- if (!class_exists('Symfony\Component\HttpFoundation\Request')) {
- $this->markTestSkipped('The "HttpFoundation" component is not available');
- }
- }
-
public function testGetRememberMeParameter()
{
$service = $this->getService(null, array('remember_me_parameter' => 'foo'));