Page MenuHomec4science

PhabricatorSlowvoteSchemaSpec.php
No OneTemporary

File Metadata

Created
Sat, Nov 30, 10:42

PhabricatorSlowvoteSchemaSpec.php

<?php
final class PhabricatorSlowvoteSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PhabricatorSlowvoteDAO');
$this->buildEdgeSchemata(new PhabricatorSlowvotePoll());
$this->buildTransactionSchema(
new PhabricatorSlowvoteTransaction(),
new PhabricatorSlowvoteTransactionComment());
}
}

Event Timeline