//! Should detect that test array is not comprised of only integers var schema = { test : 'required|array|integer' } var data = { test : [ 0, 0, ...
確定! 回上一頁