protected function MongoDBLogTestCase::ztestDbLog in MongoDB 7
Same name and namespace in other branches
- 8 mongodb_watchdog/mongodb_watchdog.test \MongoDBLogTestCase::ZtestDBLog()
Test dblog functionality through the admin and user interfaces.
File
- mongodb_watchdog/
mongodb_watchdog.test, line 226 - Contains \MongoDBLogTestCase.
Class
Code
protected function ztestDbLog() {
// Login the admin user.
$this
->drupalLogin($this->bigUser);
// No implementation.
/*
$row_limit = 100;
$this->verifyRowLimit($row_limit);
*/
// No implementation.
/* $this->verifyCron($row_limit); */
$this
->verifyEvents();
$this
->verifyReports();
// Login the regular user.
$this
->drupalLogin($this->anyUser);
$this
->verifyReports(403);
}