| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | public function __construct() |
||
| 14 | { |
||
| 15 | $this->test_dir_path = __DIR__ . '/tests/Unit/Message/Traits/ModelField/'; |
||
| 16 | $this->src_dir_path = __DIR__ . '/src/CloudPayments/Message/Traits/ModelField/'; |
||
| 17 | $this->template_path = __DIR__ . '/tests/Unit/Message/Traits/ModelField/AccountIdStringTest.php'; |
||
| 18 | } |
||
| 49 | $gen->run(); |