Skip to content

Commit

Permalink
Add unitTest_Annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
thangnn committed Nov 12, 2024
1 parent 615adc8 commit e69213f
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 e69213f

Please sign in to comment.