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