Skip to content

Commit

Permalink
Removing method stubs from the CsrfProtectionMiddlewareTest
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Apr 20, 2017
1 parent f25aa43 commit 596d38d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/TestCase/Http/Middleware/CsrfProtectionMiddlewareTest.php
Expand Up @@ -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.
*
Expand Down

0 comments on commit 596d38d

Please sign in to comment.