Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unitTest_Annotation #4014

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading