Index: branches/RL2/extensions/Gadgets/GadgetHooks.php |
— | — | @@ -178,7 +178,7 @@ |
179 | 179 | * @param $files Array: List of extension test files |
180 | 180 | */ |
181 | 181 | public static function unitTestsList( $files ) { |
182 | | - $files[] = dirname( __FILE__ ) . 'tests/GadgetsTest.php'; |
| 182 | + $files[] = dirname( __FILE__ ) . '/tests/GadgetsTest.php'; |
183 | 183 | return true; |
184 | 184 | } |
185 | 185 | |