]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix unit test method name
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 12 Nov 2020 07:46:37 +0000 (08:46 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 16 Nov 2020 13:16:52 +0000 (13:16 +0000)
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/lib/Share20/ManagerTest.php

index f8ea26c0994d45b4dfe6b1e117d50b952dae6029..c7986c5f50ac7fca2990816e55440761160dce4a 100644 (file)
@@ -900,7 +900,7 @@ class ManagerTest extends \Test\TestCase {
                $this->assertEquals($expected, $share->getExpirationDate());
        }
 
-       public function testValidateExpirationDateNoDateNoDefaultNull() {
+       public function testValidateExpirationDateNoDefault() {
                $date = new \DateTime();
                $date->add(new \DateInterval('P5D'));