mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-30 23:01:52 +00:00
add missing assertion to testNotInInvalidAltSyntax (#335)
This commit is contained in:
parent
0282ca420b
commit
33148fa4ed
@ -980,6 +980,7 @@ class ValidateTest extends BaseTestCase
|
|||||||
array('color', array('blue', 'green', 'red', 'yellow'))
|
array('color', array('blue', 'green', 'red', 'yellow'))
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
$this->assertFalse($v->validate());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testAsciiValid()
|
public function testAsciiValid()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user