1 backdrop_web_test_case.php | protected BackdropWebTestCase::clearWatchdog() |
Clears the watchdog database table.
@since 1.19.0 Method added.
File
- core/
modules/ simpletest/ backdrop_web_test_case.php, line 4024
Class
- BackdropWebTestCase
- Test case for typical Backdrop tests.
Code
protected function clearWatchdog() {
db_truncate('watchdog')->execute();
}