really? 5.3 support? ewww

This commit is contained in:
Elizabeth M Smith 2017-06-23 13:50:49 -04:00 committed by GitHub
parent 05b5c40515
commit 4896ade387

View File

@ -619,7 +619,7 @@ class ValidateTest extends BaseTestCase
public function testNoErrorFailOnArray() public function testNoErrorFailOnArray()
{ {
$v = new Validator(array('test' => [])); $v = new Validator(array('test' => array()));
$v->rule('slug', 'test'); $v->rule('slug', 'test');
$this->assertFalse($v->validate()); $this->assertFalse($v->validate());
} }