package smoketests
import (
"testing"
)
func TestUnitInputArray(t *testing.T) {
setupPageTestOnPopulate(t, "tests/input_array", "bar")
}