| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | public function testManger() |
||
| 31 | { |
||
| 32 | $this->assertInstanceOf('\HelloWordPl\SimpleEntityGeneratorBundle\Lib\Interfaces\RenderableInterface', $this->methodGetterBooleanManager); |
||
| 33 | $this->assertInstanceOf('\HelloWordPl\SimpleEntityGeneratorBundle\Lib\Interfaces\MethodInterface', $this->methodGetterBooleanManager); |
||
| 34 | $this->assertInstanceOf('\HelloWordPl\SimpleEntityGeneratorBundle\Lib\Items\MethodManager', $this->methodGetterBooleanManager); |
||
| 35 | $this->assertInstanceOf('\HelloWordPl\SimpleEntityGeneratorBundle\Lib\Items\MethodGetterBooleanManager', $this->methodGetterBooleanManager); |
||
| 36 | $this->assertEquals('isActive', $this->methodGetterBooleanManager->getPreparedName()); |
||
| 37 | } |
||
| 38 | |||
| 45 |