New 'libraries' folder in root instalation directory
This commit is contained in:
parent
05b6a91b0c
commit
006992b900
2267 changed files with 50 additions and 65 deletions
|
@ -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 {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue