You are here

public function TestSubContext::clearDblog in Drupal Commons 7.3

@Given the dblog is empty

File

tests/steps/commons_test.behat.inc, line 620
Provide Behat step-definitions for generic Commons tests.

Class

TestSubContext

Code

public function clearDblog() {
  db_delete('watchdog')
    ->execute();
}