@@ -23,7 +23,7 @@ |
||
23 | 23 | { |
24 | 24 | parent::setUp(); |
25 | 25 | |
26 | - $this->templating = new FakeTemplating(); |
|
26 | + $this->templating = new FakeTemplating(); |
|
27 | 27 | } |
28 | 28 | |
29 | 29 | public function testDefaultSettings() |
@@ -33,7 +33,7 @@ |
||
33 | 33 | ->defaultValue(array()) |
34 | 34 | ->end() |
35 | 35 | ->arrayNode('services') |
36 | - ->defaultValue(array('GooglePlus','Facebook','LinkedIn','Reddit','StumbleUpon','Flattr','Pinterest','Xing','AddThis')) |
|
36 | + ->defaultValue(array('GooglePlus', 'Facebook', 'LinkedIn', 'Reddit', 'StumbleUpon', 'Flattr', 'Pinterest', 'Xing', 'AddThis')) |
|
37 | 37 | ->prototype('scalar')->end() |
38 | 38 | ->end() |
39 | 39 | ->end() |