We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831fb67 commit 7ad9286Copy full SHA for 7ad9286
1 file changed
tests/Routes/PoliciesControllerTest.php
@@ -33,7 +33,6 @@ public function testMissingPoliciesReturnsOnlyLatestCurrentPolicyPerType(): void
33
34
// Future policy (should be ignored because it is not active yet)
35
$this->createPolicy('terms-of-use', $now->addDays(10), 'terms-of-use/version-future.vue');
36
-
37
$olderTerms = $this->createPolicy('terms-of-use', $now->subDays(10), 'terms-of-use/version-1.vue');
38
$latestTerms = $this->createPolicy('terms-of-use', $now->subDays(1), 'terms-of-use/version-2.vue');
39
$this->createPolicy('terms-of-use', $now->addDays(1), 'terms-of-use/version-3.vue');
0 commit comments