From 33148fa4edf7d5f7d1e08b6b48ffe5bf3ff48f06 Mon Sep 17 00:00:00 2001 From: Willem Wollebrants Date: Mon, 5 Jul 2021 18:33:50 +0200 Subject: [PATCH] add missing assertion to testNotInInvalidAltSyntax (#335) --- tests/Valitron/ValidateTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Valitron/ValidateTest.php b/tests/Valitron/ValidateTest.php index d6e6dd3..d086ea8 100644 --- a/tests/Valitron/ValidateTest.php +++ b/tests/Valitron/ValidateTest.php @@ -980,6 +980,7 @@ class ValidateTest extends BaseTestCase array('color', array('blue', 'green', 'red', 'yellow')) ) )); + $this->assertFalse($v->validate()); } public function testAsciiValid()