Skip to content

Commit cb550b5

Browse files
committed
Improves test name
1 parent b767380 commit cb550b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Routing/RoutingRouteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@ public function testJsonResponseIsReturned()
18661866
$this->assertInstanceOf(JsonResponse::class, $response);
18671867
}
18681868

1869-
public function testRouteFlush()
1869+
public function testRouteFlushController()
18701870
{
18711871
$container = new Container;
18721872
$router = $this->getRouter();

0 commit comments

Comments
 (0)