Completed
Pull Request — master (#105)
by Nic
05:35
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * @author  Dynamic <[email protected]>
8 8
  */
9 9
 require '../vendor/autoload.php';
10
-define('FLEXSLIDER_BASE_DIR', realpath(__DIR__ . '/..'));
10
+define('FLEXSLIDER_BASE_DIR', realpath(__DIR__.'/..'));
11 11
 
12 12
 global $_FILE_TO_URL_MAPPING;
13 13
 $_FILE_TO_URL_MAPPING[FLEXSLIDER_BASE_DIR] = 'http://localhost';
Please login to merge, or discard this patch.