New 'libraries' folder in root instalation directory

This commit is contained in:
Manuel Cillero 2017-08-08 18:24:12 +02:00
parent 05b6a91b0c
commit 006992b900
2267 changed files with 50 additions and 65 deletions

View file

@ -43,7 +43,7 @@ class GeshiFilterAdministrationTest extends DrupalWebTestCase {
// Make sure the GeSHi filter module is enabled.
parent::setUp('geshifilter');
// And set the path to the geshi library.
variable_set('geshifilter_geshi_dir','sites/all/libraries/geshi');
variable_set('geshifilter_geshi_dir','libraries/geshi');
// Create a filter admin user
$permissions = array('administer filters', 'administer site configuration');
@ -177,7 +177,7 @@ class GeshiFilterTest extends DrupalWebTestCase {
// Make sure that Geshi filter module is enabled.
parent::setUp('geshifilter');
// And set the path to the geshi library.
variable_set('geshifilter_geshi_dir','sites/all/libraries/geshi');
variable_set('geshifilter_geshi_dir','libraries/geshi');
// Create a filter admin user
$permissions = array(
@ -551,4 +551,3 @@ class GeshiFilterTest extends DrupalWebTestCase {
}
}