mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix test on PersonAddressMoveEvent::personChangeAddress
This commit is contained in:
parent
4f4b1bfbaa
commit
610b861345
@ -50,8 +50,8 @@ final class PersonAddressMoveEventTest extends TestCase
|
||||
|
||||
$this->assertSame($previousAddress, $event->getPreviousAddress());
|
||||
$this->assertSame($nextAddress, $event->getNextAddress());
|
||||
$this->assertEquals(new DateTime('tomorrow'), $nextAddress->getValidFrom());
|
||||
$this->assertEquals(new DateTime('tomorrow'), $event->getMoveDate());
|
||||
$this->assertEquals(new DateTime('1 month ago'), $nextAddress->getValidFrom());
|
||||
$this->assertEquals(new DateTime('1 month ago'), $event->getMoveDate());
|
||||
}
|
||||
|
||||
public function testPersonChangeHousehold()
|
||||
|
Loading…
x
Reference in New Issue
Block a user