diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-01-03 10:53:32 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-01-03 14:14:51 +0100 |
commit | 58c7534305b398ab5752798ef5eb9f0e91cfc034 (patch) | |
tree | 3aea523ba5f5224dec2b47461383e0ed09291ab0 /Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php | |
parent | dead14b986e2a74afcababb9f1a8807af8f94d41 (diff) | |
download | symfony-security-58c7534305b398ab5752798ef5eb9f0e91cfc034.zip symfony-security-58c7534305b398ab5752798ef5eb9f0e91cfc034.tar.gz symfony-security-58c7534305b398ab5752798ef5eb9f0e91cfc034.tar.bz2 |
[2.3] Remove useless tests skips
Diffstat (limited to 'Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php')
-rw-r--r-- | Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php b/Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php index aa5902b..3d8ebf3 100644 --- a/Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php +++ b/Tests/Http/Authentication/DefaultAuthenticationSuccessHandlerTest.php @@ -23,10 +23,6 @@ class DefaultAuthenticationSuccessHandlerTest extends \PHPUnit_Framework_TestCas protected function setUp() { - if (!class_exists('Symfony\Component\HttpFoundation\Request')) { - $this->markTestSkipped('The "HttpFoundation" component is not available'); - } - $this->httpUtils = $this->getMock('Symfony\Component\Security\Http\HttpUtils'); $this->request = $this->getMock('Symfony\Component\HttpFoundation\Request'); $this->request->headers = $this->getMock('Symfony\Component\HttpFoundation\HeaderBag'); |