@@ -33,7 +33,7 @@  | 
                                                    ||
| 33 | 33 | $expectedConfig = [  | 
                                                        
| 34 | 34 | StandardAutoloader::class => [  | 
                                                        
| 35 | 35 | 'namespaces' => [  | 
                                                        
| 36 | - 'ZendSentry' => realpath(__DIR__. '/../../src/ZendSentry')  | 
                                                        |
| 36 | + 'ZendSentry' => realpath(__DIR__.'/../../src/ZendSentry')  | 
                                                        |
| 37 | 37 | ]  | 
                                                        
| 38 | 38 | ]  | 
                                                        
| 39 | 39 | ];  |