You are here

public function TestSubContext::clearDblog in Panopoly 7

Same name and namespace in other branches
  1. 8.2 modules/panopoly/panopoly_test/behat/steps/panopoly_test.behat.inc \TestSubContext::clearDblog()

@Given the dblog is empty

File

modules/panopoly/panopoly_test/behat/steps/panopoly_test.behat.inc, line 1027
Provide Behat step-definitions for generic Panopoly tests.

Class

TestSubContext

Code

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