Page MenuHomec4science

PonderSchemaSpec.php
No OneTemporary

File Metadata

Created
Fri, Jun 13, 07:26

PonderSchemaSpec.php

<?php
final class PonderSchemaSpec extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PonderDAO');
$this->buildEdgeSchemata(new PonderQuestion());
$this->buildTransactionSchema(
new PonderQuestionTransaction(),
new PonderQuestionTransactionComment());
$this->buildTransactionSchema(
new PonderAnswerTransaction(),
new PonderAnswerTransactionComment());
}
}

Event Timeline