Commit e04ec9f2 authored by Igor Wiedler's avatar Igor Wiedler

Rename BeforeAfterFilterTest to MiddlewareTest

parent 5cfa54fc
......@@ -17,11 +17,11 @@ use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
/**
* Error handler test cases.
* Middleware test cases.
*
* @author Igor Wiedler <igor@wiedler.ch>
*/
class BeforeAfterFilterTest extends \PHPUnit_Framework_TestCase
class MiddlewareTest extends \PHPUnit_Framework_TestCase
{
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