File tree Expand file tree Collapse file tree
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,6 +194,9 @@ class APICoreModelTestCase extends RESTAPI\Core\TestCase {
194194 $ test_model ->test_string_namespace ->internal_namespace => [
195195 $ test_model ->test_string_namespace ->internal_name => $ test_model ->test_string_namespace ->value ,
196196 ],
197+ $ test_model ->test_string_choices ->internal_name => $ test_model ->test_string_choices ->value ,
198+ $ test_model ->test_string_choices_callable ->internal_name =>
199+ $ test_model ->test_string_choices_callable ->value ,
197200 ]);
198201 }
199202
@@ -209,6 +212,8 @@ class APICoreModelTestCase extends RESTAPI\Core\TestCase {
209212 'test_string_unique ' ,
210213 'test_string_many ' ,
211214 'test_string_namespace ' ,
215+ 'test_string_choices ' ,
216+ 'test_string_choices_callable ' ,
212217 ]);
213218 }
214219
You can’t perform that action at this time.
0 commit comments