Skip to content

Commit

Permalink
PluginsSeedを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Oct 25, 2023
1 parent 9652968 commit 07215a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use Cake\Datasource\ConnectionManager;
use Cake\Event\Event;
use Cake\ORM\TableRegistry;
use Cake\TestSuite\IntegrationTestTrait;
use CakephpFixtureFactories\Scenario\ScenarioAwareTrait;

/**
Expand All @@ -31,6 +32,7 @@ class EditorTemplatesControllerTest extends BcTestCase
*/
use ScenarioAwareTrait;
use BcContainerTrait;
use IntegrationTestTrait;

/**
* set up
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use BaserCore\TestSuite\BcTestCase;
use BaserCore\Utility\BcContainerTrait;
use BcEditorTemplate\Test\Scenario\EditorTemplatesScenario;
use Cake\TestSuite\IntegrationTestTrait;
use CakephpFixtureFactories\Scenario\ScenarioAwareTrait;

/**
Expand All @@ -28,6 +29,7 @@ class EditorTemplatesControllerTest extends BcTestCase
*/
use ScenarioAwareTrait;
use BcContainerTrait;
use IntegrationTestTrait;

/**
* Access Token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use BaserCore\Utility\BcContainerTrait;
use BcEditorTemplate\Service\EditorTemplatesService;
use BcEditorTemplate\Test\Scenario\EditorTemplatesScenario;
use Cake\TestSuite\IntegrationTestTrait;
use CakephpFixtureFactories\Scenario\ScenarioAwareTrait;

/**
Expand All @@ -28,6 +29,7 @@ class EditorTemplatesServiceTest extends BcTestCase
*/
use ScenarioAwareTrait;
use BcContainerTrait;
use IntegrationTestTrait;

/**
* set up
Expand Down

0 comments on commit 07215a3

Please sign in to comment.