(t *testing.T)
| 11 | ) |
| 12 | |
| 13 | func TestEditorFieldBaseMethods(t *testing.T) { |
| 14 | testFieldBaseMethods(t, core.FieldTypeEditor) |
| 15 | } |
| 16 | |
| 17 | func TestEditorFieldColumnType(t *testing.T) { |
| 18 | app, _ := tests.NewTestApp() |
nothing calls this directly
no test coverage detected
searching dependent graphs…