Fix unit test method name
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
e997f0fa46
commit
3a53c2b6e5
|
@ -903,7 +903,7 @@ class ManagerTest extends \Test\TestCase {
|
||||||
$this->assertEquals($expected, $share->getExpirationDate());
|
$this->assertEquals($expected, $share->getExpirationDate());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testValidateExpirationDateNoDateNoDefaultNull() {
|
public function testValidateExpirationDateNoDefault() {
|
||||||
$date = new \DateTime();
|
$date = new \DateTime();
|
||||||
$date->add(new \DateInterval('P5D'));
|
$date->add(new \DateInterval('P5D'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue