Skip to content

Commit

Permalink
add unitTest_CustomEntriesService_getFieldControlType
Browse files Browse the repository at this point in the history
  • Loading branch information
thangnn committed May 8, 2024
1 parent a813080 commit 03644bc
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 @@ -124,6 +124,7 @@ public function getNew(int $tableId)
* @return string
* @notodo
* @checked
* @unitTest
*/
public function getFieldControlType(string $type)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public function test_getNew()
*/
public function test_getFieldControlType()
{
$this->markTestIncomplete('こちらのテストはまだ未確認です');
//正常系実行
$result = $this->CustomEntriesService->getFieldControlType('BcCcText');
$this->assertEquals('text', $result);
Expand Down

0 comments on commit 03644bc

Please sign in to comment.