Skip to content

Commit

Permalink
Merge pull request #4014 from thangnnmd/unitTest_Annotation
Browse files Browse the repository at this point in the history
Add unitTest_Annotation
  • Loading branch information
HungDV2022 authored Nov 13, 2024
2 parents 303128c + e69213f commit 4e20d2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/baser-core/src/Service/PagesService.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public function getIndex(array $queryParams = []): Query
* @return Query
* @checked
* @noTodo
* @unitTest
*/
protected function createIndexConditions(Query $query, $options = [])
{
Expand Down
1 change: 1 addition & 0 deletions plugins/baser-core/src/Service/PermissionGroupsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ public function buildByUserGroup(int $userGroupId)
* @return bool
* @checked
* @noTodo
* @unitTest
*/
public function rebuildByUserGroup(int $userGroupId)
{
Expand Down
1 change: 1 addition & 0 deletions plugins/baser-core/src/Service/PermissionsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ public function getNamesById($ids): array
* @return array
* @checked
* @noTodo
* @unitTest
*/
public function getControlSource(string $field, array $options = [])
{
Expand Down
1 change: 1 addition & 0 deletions plugins/baser-core/src/Service/PluginsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ public function add(array $postData)
* - `versions`: 取得可能なコアのバージョンリスト
* @checked
* @noTodo
* @unitTest
*/
public function getAvailableCoreVersionInfo()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ public function setValidateHankaku(Validator $validator, CustomLink $link): Vali
* @return Validator
* @checked
* @noTodo
* @unitTest
*/
public function setValidateZenkakuKatakana(Validator $validator, CustomLink $link): Validator
{
Expand Down

0 comments on commit 4e20d2c

Please sign in to comment.