protected function DatabaseTasks::pass
Assert test as a pass.
8 calls to DatabaseTasks::pass()
- DatabaseTasks::connect in drupal-7.x/
includes/ install.inc - Check if we can connect to the database.
- DatabaseTasks::connect in drupal-7.x/
includes/ install.inc - Check if we can connect to the database.
- DatabaseTasks::runTestQuery in drupal-7.x/
includes/ install.inc - Run SQL tests to ensure the database can execute commands with the current user.
- DatabaseTasks::runTestQuery in drupal-7.x/
includes/ install.inc - Run SQL tests to ensure the database can execute commands with the current user.
- DatabaseTasks_pgsql::checkEncoding in drupal-7.x/
includes/ database/ pgsql/ install.inc - Check encoding is UTF8.
Archivo
- drupal-7.x/
includes/ install.inc, line 367 - API functions for installing modules and themes.
Class
- DatabaseTasks
- Database installer structure.
Código
protected function pass($message) {
$this->results[$message] = TRUE;
}