(t *testing.T)
| 15 | ) |
| 16 | |
| 17 | func TestAutodateFieldBaseMethods(t *testing.T) { |
| 18 | testFieldBaseMethods(t, core.FieldTypeAutodate) |
| 19 | } |
| 20 | |
| 21 | func TestAutodateFieldColumnType(t *testing.T) { |
| 22 | app, _ := tests.NewTestApp() |
nothing calls this directly
no test coverage detected
searching dependent graphs…