Skip to content

Commit

Permalink
add unitTest_CustomFieldsService_getControlSource
Browse files Browse the repository at this point in the history
  • Loading branch information
thangnn committed May 8, 2024
1 parent a813080 commit 67bda26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public function getFieldTypes(): array
* @return array
* @checked
* @noTodo
* @unitTest
*/
public function getControlSource(string $field): array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ public function test_getFieldTypes()
*/
public function test_getControlSource()
{
$this->markTestIncomplete('こちらのテストはまだ未確認です');
//$field == 'field_type'
$rs = $this->CustomFieldsService->getControlSource('field_type');
$this->assertArrayHasKey('基本', $rs);
Expand Down

0 comments on commit 67bda26

Please sign in to comment.