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.
1 parent fc711cd commit a8b66f2Copy full SHA for a8b66f2
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