(t *testing.T)
| 18 | ) |
| 19 | |
| 20 | func TestFileFieldBaseMethods(t *testing.T) { |
| 21 | testFieldBaseMethods(t, core.FieldTypeFile) |
| 22 | } |
| 23 | |
| 24 | func TestFileFieldColumnType(t *testing.T) { |
| 25 | app, _ := tests.NewTestApp() |
nothing calls this directly
no test coverage detected
searching dependent graphs…