Skip to content

Commit

Permalink
Comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stadly committed Apr 24, 2019
1 parent bf2c423 commit 7675b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PolicyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 7675b67

Please sign in to comment.