Skip to content

Commit

Permalink
InstallationsController::index() ユニットテスト
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Dec 24, 2024
1 parent b34407c commit c45a87a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function tearDown(): void
*/
public function testBeforeFilter()
{
$this->markTestSkipped('このテストは未確認です。');
$this->InstallationsController = new InstallationsController($this->getRequest());
$event = new Event('Controller.beforeFilter', $this->InstallationsController);
$this->InstallationsController->beforeFilter($event);
Expand Down

0 comments on commit c45a87a

Please sign in to comment.