| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php declare(strict_types = 1);  | 
            ||
| 41 | public function dataTestFormatDateTime()  | 
            ||
| 42 | 	{ | 
            ||
| 43 | return [  | 
            ||
| 44 | 			[new \DateTimeImmutable('2016-03-11 11:05:00', new \DateTimeZone('Europe/Prague')), '2016-03-11T11:05:00+01:00'], | 
            ||
| 45 | 			[new \DateTimeImmutable('2016-08-11 11:05:00', new \DateTimeZone('Europe/Prague')), '2016-08-11T11:05:00+02:00'], | 
            ||
| 46 | ];  | 
            ||
| 47 | }  | 
            ||
| 48 | |||
| 50 |