Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | |
0.00% |
0 / 9 |
||
| 1 | <?php |
| 2 | |
| 3 | $now = (new \DateTime())->format('Y-m-d'); |
| 4 | |
| 5 | return [ |
| 6 | 'name' => 'Nouvelle opération', |
| 7 | 'start' => $now, |
| 8 | 'deadline' => $now, |
| 9 | 'sites' => '{}', |
| 10 | 'hashType' => null, |
| 11 | 'availableOn' => $now, |
| 12 | 'description' => '', |
| 13 | 'advertiser' => '', |
| 14 | 'availableUntil' => $now |
| 15 | ]; |