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 8ffaccc commit ee53d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bc-favorite/tests/Factory/FavoriteFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class FavoriteFactory extends CakephpBaseFactory
*/
protected function getRootTableRegistryName(): string
{
return 'BcFavorite.favorites';
return 'BcFavorite.Favorites';
}

/**
Expand Down

0 comments on commit ee53d9e

Please sign in to comment.