Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Tests | 13 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
30 | 2 | public function getConfigTreeBuilder() |
|
31 | { |
||
32 | 2 | return (new TreeBuilder()) |
|
33 | 2 | ->root('anime_db_world_art_browser') |
|
34 | 2 | ->children() |
|
35 | 2 | ->scalarNode('host') |
|
36 | 2 | ->defaultValue('http://www.world-art.ru') |
|
37 | 2 | ->cannotBeEmpty() |
|
38 | 2 | ->end() |
|
39 | 2 | ->scalarNode('client') |
|
40 | 2 | ->defaultValue('') |
|
41 | 2 | ->end() |
|
42 | 2 | ->end() |
|
43 | 2 | ->end() |
|
44 | ; |
||
45 | } |
||
46 | } |
||
47 |