get('php')->error('testConnectionFailureLogging'); // Re-establish the default database connection. Database::getConnection(); $wid = db_query("SELECT MAX(wid) FROM {watchdog} WHERE message = 'testConnectionFailureLogging'")->fetchField(); $this->assertTrue($wid, 'Watchdog entry has been stored in database.'); } }