mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	fix cs
This commit is contained in:
		| @@ -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() | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user