Skip to content

Commit

Permalink
BcFavoriteを全体テストの実行対象に追加する
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Oct 30, 2023
1 parent 76ff66d commit 588f5c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function setUp(): void
public function tearDown(): void
{
parent::tearDown();
$this->truncateTable('editor_templates');
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function setUp(): void
public function tearDown(): void
{
parent::tearDown();
$this->truncateTable('editor_templates');
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function tearDown(): void
{
unset($this->EditorTemplatesService);
parent::tearDown();
$this->truncateTable('editor_templates');
}

/**
Expand Down

0 comments on commit 588f5c3

Please sign in to comment.