Commit 7e586293 authored by Fabien Potencier's avatar Fabien Potencier

merged branch igorw/rename-middleware-test (PR #560)

This PR was merged into the master branch.

Commits
-------

e04ec9f2 Rename BeforeAfterFilterTest to MiddlewareTest

Discussion
----------

Rename BeforeAfterFilterTest to MiddlewareTest
parents 5cfa54fc e04ec9f2
...@@ -17,11 +17,11 @@ use Symfony\Component\HttpFoundation\Request; ...@@ -17,11 +17,11 @@ use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;
/** /**
* Error handler test cases. * Middleware test cases.
* *
* @author Igor Wiedler <igor@wiedler.ch> * @author Igor Wiedler <igor@wiedler.ch>
*/ */
class BeforeAfterFilterTest extends \PHPUnit_Framework_TestCase class MiddlewareTest extends \PHPUnit_Framework_TestCase
{ {
public function testBeforeAndAfterFilter() public function testBeforeAndAfterFilter()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment