Page MenuHomec4science

PhragmentSchemaSpec.php
No OneTemporary

File Metadata

Created
Wed, Apr 30, 21:16

PhragmentSchemaSpec.php

<?php
final class PhragmentSchemaSpec extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PhragmentDAO');
$this->buildEdgeSchemata(new PhragmentFragment());
}
}

Event Timeline