3 final class LiskIsolationTestDAO
extends LiskDAO
{
8 protected function getConfiguration() {
10 self
::CONFIG_AUX_PHID
=> true,
11 ) + parent
::getConfiguration();
14 public function generatePHID() {
15 return PhabricatorPHID
::generateNewPHID('TISO');
18 protected function establishLiveConnection($mode) {
19 throw new LiskIsolationTestDAOException(
21 'Isolation failure! DAO is attempting to connect to an external '.
25 protected function getDatabaseName() {
29 public function getTableName() {