Skip to content

Commit

Permalink
CustomContentAppHelperTest::__construct() ユニットテスト
Browse files Browse the repository at this point in the history
  • Loading branch information
TPGF00003 committed Oct 30, 2024
1 parent 79b67f1 commit 243fe87
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use BaserCore\Service\BcDatabaseServiceInterface;
use BaserCore\Test\Scenario\SitesScenario;
use BaserCore\TestSuite\BcTestCase;
use BaserCore\Utility\BcUtil;
use BcCustomContent\Model\Entity\CustomLink;
use BcCustomContent\Service\CustomContentsServiceInterface;
use BcCustomContent\Service\CustomEntriesServiceInterface;
Expand Down Expand Up @@ -36,6 +37,7 @@ class CustomContentAppHelperTest extends BcTestCase
public function setUp(): void
{
parent::setUp();
BcUtil::includePluginClass('BcCustomContent');
$this->CustomContentAppHelper = new CustomContentAppHelper(new View());
}
/**
Expand Down

0 comments on commit 243fe87

Please sign in to comment.