Nag_TestCase::createSqlShares PHP Method

createSqlShares() protected static method

protected static createSqlShares ( Horde_Test_Setup $setup )
$setup Horde_Test_Setup
    protected static function createSqlShares(Horde_Test_Setup $setup)
    {
        return;
        $setup->getInjector()->setInstance('Horde_Core_Factory_Db', new Horde_Test_Stub_Factory($setup->getInjector()->getInstance('Horde_Db_Adapter')));
        $setup->setup(array('Horde_Share_Base' => 'Share'));
        $setup->makeGlobal(array('nag_shares' => 'Horde_Share_Base'));
        $GLOBALS['conf']['storage']['driver'] = 'sql';
        $GLOBALS['conf']['tasklists']['driver'] = 'default';
    }