File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66use Yiisoft \Router \Route ;
77
88return [
9- Route::get ('/ ' )->action ([SiteController::class, 'index ' ])->name ('home ' ),
9+ Route::get ('/ ' )
10+ ->action ([SiteController::class, 'index ' ])
11+ ->name ('home ' ),
1012];
Original file line number Diff line number Diff line change 2121
2222 <p>
2323 The page
24- <strong><?= Html::encode ($ currentRoute ->getUri ()->getPath ()) ?> </strong>
24+ <strong><?= Html::encode ($ currentRoute
25+ ->getUri ()
26+ ->getPath ()) ?> </strong>
2527 not found.
2628 </p>
2729
Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ public function _before(UnitTester $I): void
3535 public function testExecute (UnitTester $ I ): void
3636 {
3737 $ app = new Application ();
38- $ params = $ this ->getConfig ()->get ('params ' );
38+ $ params = $ this
39+ ->getConfig ()
40+ ->get ('params ' );
3941
4042 $ loader = new ContainerCommandLoader (
4143 $ this ->container ,
You can’t perform that action at this time.
0 commit comments