@@ -84,8 +84,8 @@ |
||
84 | 84 | //set all the services |
85 | 85 | |
86 | 86 | /** |
87 | - * @todo Find a better way to handle unit test file include |
|
88 | - */ |
|
87 | + * @todo Find a better way to handle unit test file include |
|
88 | + */ |
|
89 | 89 | $this->providers = !defined('API_TESTS') ? require appPath('api/config/providers.php') : require appPath('/tests/providers.php'); |
90 | 90 | |
91 | 91 | //run my parents setup |
@@ -18,7 +18,7 @@ |
||
18 | 18 | { |
19 | 19 | $container->setShared( |
20 | 20 | 'config', |
21 | - function () { |
|
21 | + function() { |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * @todo Find a better way to handle unit test file include |