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
|
@ -31,7 +31,7 @@ INSTALLATION
|
|||
supported by the GeSHi filter module.
|
||||
Place the entire extracted 'geshi' folder (which contains geshi.php)
|
||||
in the geshifilter directory (e.g. as sites/all/modules/geshifilter/geshi),
|
||||
or better, in a libraries directory (e.g. as sites/all/libraries/geshi).
|
||||
or better, in a libraries directory (e.g. as libraries/geshi).
|
||||
|
||||
3. Enable this module as any other Drupal module by navigating to
|
||||
administer > site building > modules
|
||||
|
|
|
@ -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