We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc711cd + a8b66f2 commit 8a1aa8cCopy full SHA for 8a1aa8c
src/Codeception/Module/DrupalWatchdog.php
@@ -75,7 +75,7 @@ public function prepareLogWatch() {
75
\Drupal::database()->truncate('watchdog')->execute();
76
}
77
else {
78
- $this->fail('Database loging is not enabled.');
+ $this->fail('Database logging is not enabled. Please enable dblog module to continue.');
79
80
81
0 commit comments