test: fix test method name

This commit is contained in:
kenjis 2023-07-04 18:31:58 +09:00
parent ea62e0b022
commit f6e636256e
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -43,7 +43,7 @@ final class DefinedRouteCollectorTest extends CIUnitTestCase
return (new RouteCollection($loader, $moduleConfig, new Routing()))->setHTTPVerb('get');
}
public function test()
public function testCollect()
{
$routes = $this->createRouteCollection();
$routes->get('journals', 'Blogs');