| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 10 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 54 | 4 | public static function getDefault() |
|
| 55 | { |
||
| 56 | 4 | $config = new static; |
|
| 57 | 4 | $config->addMessageFormat(new Camt052\MessageFormat\V01()); |
|
| 58 | 4 | $config->addMessageFormat(new Camt052\MessageFormat\V04()); |
|
| 59 | 4 | $config->addMessageFormat(new Camt053\MessageFormat\V02()); |
|
| 60 | 4 | $config->addMessageFormat(new Camt053\MessageFormat\V03()); |
|
| 61 | 4 | $config->addMessageFormat(new Camt053\MessageFormat\V04()); |
|
| 62 | 4 | $config->addMessageFormat(new Camt054\MessageFormat\V02()); |
|
| 63 | 4 | $config->addMessageFormat(new Camt054\MessageFormat\V04()); |
|
| 64 | |||
| 65 | 4 | return $config; |
|
| 66 | } |
||
| 67 | |||
| 79 |