| 1 | <?php |
||
| 17 | class ConfigurationTest extends \PHPUnit_Framework_TestCase |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var Configuration |
||
| 21 | */ |
||
| 22 | protected $configuration; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | protected function setUp() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Get ConfigTreeBuilder test |
||
| 34 | */ |
||
| 35 | public function testGetConfigTreeBuilder() |
||
| 43 | } |
||
| 44 |