Page MenuHomec4science

PholioSchemaSpec.php
No OneTemporary

File Metadata

Created
Thu, Jan 9, 23:24

PholioSchemaSpec.php

<?php
final class PholioSchemaSpec extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PholioDAO');
$this->buildEdgeSchemata(new PholioMock());
$this->buildTransactionSchema(
new PholioTransaction(),
new PholioTransactionComment());
}
}

Event Timeline