mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
test: fix test method name
This commit is contained in:
parent
ea62e0b022
commit
f6e636256e
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user