芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/pay/vendor/wixel/gump/tests/StaticFieldTest.php
'Field should be numeric', 'min_len' => 'Field length must be higher than what it is now' ]; $result = GUMP::field('numeric', $keysValues); $this->assertEquals('Field should be numeric', $result); } public function testFieldStaticCallRetrievesDefaultWhenKeyDoesntExist() { $keysValues = [ 'numeric' => 'Field should be numeric', 'min_len' => 'Field length must be higher than what it is now' ]; $result = GUMP::field('input_field', $keysValues, 'Default error message'); $this->assertEquals('Default error message', $result); } }