Skip to content

Commit

Permalink
add transaction for no change System::org_joined_type
Browse files Browse the repository at this point in the history
  • Loading branch information
yisaka117 committed Jan 28, 2025
1 parent 958ac64 commit bb5e284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Unit/PermissionUpDownTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
use Exceedone\Exment\Model\CustomTable;
use Exceedone\Exment\Model\System;
use Exceedone\Exment\Enums\JoinedOrgFilterType;
use Exceedone\Exment\Tests\DatabaseTransactions;

class PermissionUpDownTest extends UnitTestBase
{
use DatabaseTransactions;

protected function init()
{
System::clearCache();
Expand Down

0 comments on commit bb5e284

Please sign in to comment.