File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414use Light \Blog \Factory \Post \PostCollectionHandlerFactory ;
1515use Light \Blog \Factory \Post \PostCollectionRepositoryFactory ;
1616use Light \Blog \Factory \Post \PostResourceHandlerFactory ;
17- use Light \Blog \Factory \StaticPages \GetStaticPageDataFactory ;
1817use Light \Blog \Handler \GetAuthorResourceHandler ;
1918use Light \Blog \Handler \GetCategoryCollectionHandler ;
2019use Light \Blog \Handler \GetCategoryResourceHandler ;
2120use Light \Blog \Handler \GetPostCollectionHandler ;
2221use Light \Blog \Handler \GetPostResourceHandler ;
23- use Light \Blog \Handler \GetStaticPageDataHandler ;
2422use Light \Blog \Repository \AuthorRepository ;
2523use Light \Blog \Repository \CategoryRepository ;
2624use Light \Blog \Repository \PostRepository ;
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ public function testWillInstantiate(): void
3232 */
3333 public function testHandle (): void
3434 {
35- $ routeName = 'test_route_name ' ;
36- $ request = $ this ->createStub (ServerRequestInterface::class);
37- $ template = $ this ->createStub (TemplateRendererInterface::class);
38- $ routeResult = $ this ->createStub (RouteResult::class);
35+ $ routeName = 'test_route_name ' ;
36+ $ request = $ this ->createStub (ServerRequestInterface::class);
37+ $ template = $ this ->createStub (TemplateRendererInterface::class);
38+ $ routeResult = $ this ->createStub (RouteResult::class);
3939 $ postRepository = $ this ->createStub (PostRepository::class);
4040 $ categoryRepository = $ this ->createStub (CategoryRepository::class);
4141
You can’t perform that action at this time.
0 commit comments