protected function DatabaseTasks::fail

Assert test as failed.

14 calls to DatabaseTasks::fail()
DatabaseTasks::checkEngineVersion in drupal-7.x/includes/install.inc
Check the engine version.
DatabaseTasks::checkEngineVersion in drupal-7.x/includes/install.inc
Check the engine version.
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.

... See full list

Archivo

drupal-7.x/includes/install.inc, line 360
API functions for installing modules and themes.

Class

DatabaseTasks
Database installer structure.

Código

protected function fail($message) {
  $this->results[$message] = FALSE;
}