From 24f067bdaf8fe8316282b4ee71a2155462e24572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Wed, 11 Nov 2020 20:27:01 +0100 Subject: [PATCH] Remove wrong and misleading comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- tests/lib/Share20/ManagerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/lib/Share20/ManagerTest.php b/tests/lib/Share20/ManagerTest.php index 6f5a9c8f5b..19232504eb 100644 --- a/tests/lib/Share20/ManagerTest.php +++ b/tests/lib/Share20/ManagerTest.php @@ -831,7 +831,6 @@ class ManagerTest extends \Test\TestCase { } public function testValidateExpirationDateEnforceTooFarIntoFuture() { - // Expire date in the past $future = new \DateTime(); $future->add(new \DateInterval('P7D')); @@ -855,7 +854,6 @@ class ManagerTest extends \Test\TestCase { } public function testValidateExpirationDateEnforceValid() { - // Expire date in the past $future = new \DateTime(); $future->add(new \DateInterval('P2D')); $future->setTime(0,0,0);