| Conditions | 1 |
| Paths | 1 |
| Total Lines | 15 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | public function testLoad() |
||
| 17 | { |
||
| 18 | $this->load(); |
||
| 19 | |||
| 20 | $this->assertContainerBuilderHasServiceDefinitionWithTag( |
||
| 21 | 'attribute.attribute_creator', |
||
| 22 | 'doctrine.event_listener', |
||
| 23 | ['event' => 'postLoad'] |
||
| 24 | ); |
||
| 25 | $this->assertContainerBuilderHasServiceDefinitionWithTag( |
||
| 26 | 'form.type.attributeCollection', |
||
| 27 | 'form.type', |
||
| 28 | ['alias' => 'attributeCollection'] |
||
| 29 | ); |
||
| 30 | } |
||
| 31 | } |
||
| 32 |