Installer_Test

Package: Install

class Installer_Test

extends Installer_Default

implements Installer_InstallerInterface

Installer for test cases that require database access.

Installer_Test::_getValue($fieldName)

Overridden to retrieve values only from a predefined array.

Parameters:
  • $fieldName
Installer_Test::install()
Installer_Test::addItem(Omeka_Db $db)
Parameters:
Installer_Test::__construct(Omeka_Db $db)

Constructor.

Parameters:
Installer_Test::setForm(Zend_Form $form)

Set the form from which to extract data for the installer.

Parameters:
  • $form (Zend_Form) –
Installer_Test::getDb()
Installer_Test::_createSchema()
Installer_Test::_createUser()
Installer_Test::_setupMigrations()
Installer_Test::_addOptions()
Installer_Test::isInstalled()