mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fix unit test method name
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
4e418100bf
commit
eaa43d22e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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'));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue