Nag_TestCase::createBasicNagSetup PHP Method

createBasicNagSetup() protected static method

protected static createBasicNagSetup ( Horde_Test_Setup $setup )
$setup Horde_Test_Setup
    protected static function createBasicNagSetup(Horde_Test_Setup $setup)
    {
        $setup->setup(array('_PARAMS' => array('user' => '[email protected]', 'app' => 'nag'), 'Horde_Alarm' => 'Alarm', 'Horde_Prefs' => 'Prefs', 'Horde_Perms' => 'Perms', 'Horde_Group' => 'Group', 'Horde_History' => 'History', 'Horde_Registry' => 'Registry'));
        $setup->makeGlobal(array('prefs' => 'Horde_Prefs', 'registry' => 'Horde_Registry', 'injector' => 'Horde_Injector'));
        $GLOBALS['conf']['prefs']['driver'] = 'Null';
    }