| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | $this->assertSame('index', $index->getName()); |
||
| 38 | $this->assertGreaterThanOrEqual(2, count($index->getTypes())); |
||
| 39 | $this->assertInstanceOf('FOS\\ElasticaBundle\\Configuration\\TypeConfig', $index->getType('type')); |
||
| 40 | $this->assertInstanceOf('FOS\\ElasticaBundle\\Configuration\\TypeConfig', $index->getType('parent')); |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 53 |