| 1 | <?php |
||
| 7 | class ConfigutationTest extends TestCase |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @covers Onurb\Bundle\ExcelBundle\DependencyInjection\Configuration |
||
| 12 | */ |
||
| 13 | public function testIsInstanceOf() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @covers Onurb\Bundle\ExcelBundle\DependencyInjection\Configuration |
||
| 21 | */ |
||
| 22 | public function testGetConfigBuilderInstanceOf() |
||
| 28 | } |
||
| 29 |