Skip to content
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.

Commit

Permalink
Use web directory as default root.
Browse files Browse the repository at this point in the history
  • Loading branch information
guncha25 committed Aug 3, 2017
1 parent 7fb42fb commit baf2ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Module/DrupalBootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DrupalBootstrap extends Module {
public function __construct(ModuleContainer $container, $config = null) {
$this->config = array_merge(
[
'drupal_root' => Configuration::projectDir(),
'drupal_root' => Configuration::projectDir() . 'web',
'site_path' => 'sites/default',
],
(array)$config
Expand Down

0 comments on commit baf2ad5

Please sign in to comment.