summaryrefslogtreecommitdiffstats
path: root/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.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/EntryPoint/FormAuthenticationEntryPointTest.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/EntryPoint/FormAuthenticationEntryPointTest.php')
-rw-r--r--Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php b/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php
index cbec1bd..097912d 100644
--- a/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php
+++ b/Tests/Http/EntryPoint/FormAuthenticationEntryPointTest.php
@@ -16,17 +16,6 @@ use Symfony\Component\HttpKernel\HttpKernelInterface;
class FormAuthenticationEntryPointTest extends \PHPUnit_Framework_TestCase
{
- protected function setUp()
- {
- if (!class_exists('Symfony\Component\HttpFoundation\Request')) {
- $this->markTestSkipped('The "HttpFoundation" component is not available');
- }
-
- if (!class_exists('Symfony\Component\HttpKernel\HttpKernel')) {
- $this->markTestSkipped('The "HttpKernel" component is not available');
- }
- }
-
public function testStart()
{
$request = $this->getMock('Symfony\Component\HttpFoundation\Request', array(), array(), '', false, false);