From 7675b671c212e429a867ba21825b5db783af02fb Mon Sep 17 00:00:00 2001 From: Stadly Date: Wed, 24 Apr 2019 15:52:46 +0200 Subject: [PATCH] Comment in test --- tests/PolicyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PolicyTest.php b/tests/PolicyTest.php index 2982101..ca9a5e3 100644 --- a/tests/PolicyTest.php +++ b/tests/PolicyTest.php @@ -151,7 +151,7 @@ public function testPolicyCanBeInvalidated(): void self::assertEquals([ new ValidationError('foo', '', $this->unsatisfiedRule, 1), - ], $policy->validate('')); + ], $policy->validate(''), '', 0, 10, /*Canonicalization does not work*/false); } /**