From 596d38d78a6588615e22182bd872394907695a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Kr=C3=A4mer?= Date: Fri, 21 Apr 2017 00:41:26 +0200 Subject: [PATCH] Removing method stubs from the CsrfProtectionMiddlewareTest --- .../CsrfProtectionMiddlewareTest.php | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/tests/TestCase/Http/Middleware/CsrfProtectionMiddlewareTest.php b/tests/TestCase/Http/Middleware/CsrfProtectionMiddlewareTest.php index 525a20255b2..5f7b1306c81 100644 --- a/tests/TestCase/Http/Middleware/CsrfProtectionMiddlewareTest.php +++ b/tests/TestCase/Http/Middleware/CsrfProtectionMiddlewareTest.php @@ -26,26 +26,6 @@ class CsrfProtectionMiddlewareTest extends TestCase { - /** - * setup - * - * @return void - */ - public function setUp() - { - parent::setUp(); - } - - /** - * teardown - * - * @return void - */ - public function tearDown() - { - parent::tearDown(); - } - /** * Data provider for HTTP method tests. *