mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix cs
This commit is contained in:
parent
31745bc252
commit
c019fffbe7
@ -195,13 +195,13 @@ final class AccompanyingPeriodTest extends \PHPUnit\Framework\TestCase
|
||||
self::assertEquals('person', $period->getLocationStatus());
|
||||
}
|
||||
|
||||
public function testIsClosed()
|
||||
{
|
||||
$period = new AccompanyingPeriod(new DateTime());
|
||||
$period->setClosingDate(new DateTime('tomorrow'));
|
||||
public function testIsClosed()
|
||||
{
|
||||
$period = new AccompanyingPeriod(new DateTime());
|
||||
$period->setClosingDate(new DateTime('tomorrow'));
|
||||
|
||||
$this->assertFalse($period->isOpen());
|
||||
}
|
||||
$this->assertFalse($period->isOpen());
|
||||
}
|
||||
|
||||
public function testIsOpen()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user