Skip to content

Commit

Permalink
fix baserproject#2011 BlogPostsTable::getPublishByNo のユニットテスト実装
Browse files Browse the repository at this point in the history
  • Loading branch information
Đỗ Văn Hùng authored and Đỗ Văn Hùng committed May 10, 2023
1 parent bbef4ea commit c67ff8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace BcBlog\Test\TestCase\Model;

use BaserCore\Model\Entity\User;
use BaserCore\Test\Factory\UserFactory;
use BaserCore\Test\Scenario\InitAppScenario;
use BaserCore\TestSuite\BcTestCase;
Expand Down Expand Up @@ -41,6 +40,7 @@ class BlogPostsTableTest extends BcTestCase
'plugin.BcBlog.Factory/BlogPosts',
'plugin.BcBlog.Factory/BlogContents',
'plugin.BaserCore.Factory/Users',
'plugin.BaserCore.Factory/Sites',
'plugin.BaserCore.Factory/UsersUserGroups',
'plugin.BaserCore.Factory/UserGroups',
'plugin.BcBlog.Factory/BlogTags',
Expand Down

0 comments on commit c67ff8d

Please sign in to comment.