true, ) + parent::getConfiguration(); } public function generatePHID() { return PhabricatorPHID::generateNewPHID('TISO'); } public function establishLiveConnection($mode) { throw new LiskIsolationTestDAOException( 'Isolation failure! DAO is attempting to connect to an external '. 'resource!'); } public function getConnectionNamespace() { return 'test'; } public function getTableName() { return 'test'; } }