@@ -27,6 +27,6 @@  | 
                                                    ||
| 27 | 27 | );  | 
                                                        
| 28 | 28 | |
| 29 | 29 |  foreach ($includes as $file) { | 
                                                        
| 30 | - require_once dirname(__FILE__) . '/' . $file;  | 
                                                        |
| 30 | + require_once dirname(__FILE__).'/'.$file;  | 
                                                        |
| 31 | 31 | }  | 
                                                        
| 32 | 32 | // @codeCoverageIgnoreEnd  | 
                                                        
| 33 | 33 | \ No newline at end of file  |