| 1 | <?php |
||
| 6 | class ConfigutationTest extends \PHPUnit_Framework_TestCase |
||
| 7 | { |
||
| 8 | |||
| 9 | /** |
||
| 10 | * @covers Onurb\Bundle\YumlBundle\DependencyInjection\Configuration |
||
| 11 | */ |
||
| 12 | public function testIsInstanceOf() |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @covers Onurb\Bundle\YumlBundle\DependencyInjection\Configuration |
||
| 20 | */ |
||
| 21 | public function testGetConfigBuilder() |
||
| 27 | } |
||
| 28 |