Commit 971e581d authored by Igor Wiedler's avatar Igor Wiedler

clarify test name in ControllerTest

parent f924ac91
......@@ -31,7 +31,7 @@ class ControllerTest extends \PHPUnit_Framework_TestCase
/**
* @expectedException Silex\Exception\ControllerFrozenException
*/
public function testFrozenControllerShouldThrowException()
public function testSetRouteNameOnFrozenControllerShouldThrowException()
{
$controller = new Controller(new Route('/foo'));
$controller->setRouteName('foo');
......
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